This commit is contained in:
parent
b6f9b60dea
commit
6110a17533
@ -4,7 +4,8 @@ import * as mediasoupClient from 'mediasoup-client'
|
||||
import { io } from 'socket.io-client'
|
||||
|
||||
export const useMediasoup = createGlobalState(() => {
|
||||
const socket: Socket = io('http://localhost:1337', {
|
||||
const socket: Socket = io('https://api.koptilnya.xyz', {
|
||||
path: '/chad/ws/',
|
||||
transports: ['websocket'],
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user