#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(() => { export const useMediasoup = createGlobalState(() => {
const socket: Socket = io('https://api.koptilnya.xyz', { const socket: Socket = io('https://api.koptilnya.xyz/webrtc', {
path: '/chad/ws/webrtc', path: '/chad/ws',
transports: ['websocket'], transports: ['websocket'],
}) })
@ -100,7 +100,6 @@ export const useMediasoup = createGlobalState(() => {
kind, kind,
rtpParameters, rtpParameters,
}) })
// callback({ producerId }) // callback({ producerId })
} }
catch (err) { catch (err) {