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',