This commit is contained in:
2025-12-24 06:29:44 +06:00
parent bcd457e2d6
commit 4f91309f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,9 +68,9 @@ export const useSignaling = createSharedComposable(() => {
// socket.value = io(`http://localhost:4000/webrtc`, {
// path: `/chad/ws`,
// transports: ['websocket'],
socket.value = io(`${uri}/webrtc`, {
path: `${pathname}/ws`,
transports: ['websocket'],
withCredentials: true,
auth: {
userId: me.value.id,