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

This commit is contained in:
Никита Круглицкий 2025-10-02 23:57:54 +06:00
parent 7294e56778
commit c9feff7224

View File

@ -18,7 +18,7 @@ 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', {
path: '/chad/ws/', path: '/chad/ws/webrtc',
transports: ['websocket'], transports: ['websocket'],
}) })