This commit is contained in:
parent
c9feff7224
commit
0a8015528d
@ -17,8 +17,8 @@ const ICE_SERVERS: RTCIceServer[] = [
|
||||
]
|
||||
|
||||
export const useMediasoup = createGlobalState(() => {
|
||||
const socket: Socket = io('https://api.koptilnya.xyz', {
|
||||
path: '/chad/ws/webrtc',
|
||||
const socket: Socket = io('https://api.koptilnya.xyz/webrtc', {
|
||||
path: '/chad/ws',
|
||||
transports: ['websocket'],
|
||||
})
|
||||
|
||||
@ -100,7 +100,6 @@ export const useMediasoup = createGlobalState(() => {
|
||||
kind,
|
||||
rtpParameters,
|
||||
})
|
||||
|
||||
// callback({ producerId })
|
||||
}
|
||||
catch (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user