From cd1c023d03c84d1e0220946c46c9f618fc184a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9A=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8=D0=B9?= Date: Wed, 1 Oct 2025 23:24:27 +0600 Subject: [PATCH] #3 update --- client/app/composables/use-mediasoup.ts | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/client/app/composables/use-mediasoup.ts b/client/app/composables/use-mediasoup.ts index d14a08e..2893d43 100644 --- a/client/app/composables/use-mediasoup.ts +++ b/client/app/composables/use-mediasoup.ts @@ -4,24 +4,24 @@ import * as mediasoupClient from 'mediasoup-client' import { io } from 'socket.io-client' const ICE_SERVERS: RTCIceServer[] = [ - { - urls: 'stun:stun.relay.metered.ca:80', - }, - { - urls: 'turn:global.relay.metered.ca:80', - username: '4cad09c0111f423f5283814c', - credential: 'B1dO8AGehex4o3pt', - }, - { - urls: 'turn:global.relay.metered.ca:80?transport=tcp', - username: '4cad09c0111f423f5283814c', - credential: 'B1dO8AGehex4o3pt', - }, - { - urls: 'turn:global.relay.metered.ca:443', - username: '4cad09c0111f423f5283814c', - credential: 'B1dO8AGehex4o3pt', - }, + // { + // urls: 'stun:stun.relay.metered.ca:80', + // }, + // { + // urls: 'turn:global.relay.metered.ca:80', + // username: '4cad09c0111f423f5283814c', + // credential: 'B1dO8AGehex4o3pt', + // }, + // { + // urls: 'turn:global.relay.metered.ca:80?transport=tcp', + // username: '4cad09c0111f423f5283814c', + // credential: 'B1dO8AGehex4o3pt', + // }, + // { + // urls: 'turn:global.relay.metered.ca:443', + // username: '4cad09c0111f423f5283814c', + // credential: 'B1dO8AGehex4o3pt', + // }, { urls: 'turns:global.relay.metered.ca:443?transport=tcp', username: '4cad09c0111f423f5283814c',