#4
All checks were successful
Deploy / deploy (push) Successful in 30s

This commit is contained in:
Никита Круглицкий 2025-10-03 01:53:36 +06:00
parent c9feff7224
commit 0a8015528d

View File

@ -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) {