#2 update
All checks were successful
Deploy / server (push) Successful in 15s

This commit is contained in:
Никита Круглицкий 2025-10-01 20:50:08 +06:00
parent b6f9b60dea
commit 6110a17533

View File

@ -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'],
})