diff --git a/src/utils/collab.ts b/src/utils/collab.ts index d9044a6..5e239a4 100644 --- a/src/utils/collab.ts +++ b/src/utils/collab.ts @@ -48,22 +48,10 @@ export const createWebrtcProvider = (session: Session, isHost: boolean) => { peerOpts: { config: { iceServers: [ - { urls: 'stun:stun.l.google.com:19302' }, - { urls: 'stun:global.stun.twilio.com:3478' }, { - urls: 'turn:openrelay.metered.ca:80', - username: 'openrelayproject', - credential: 'openrelayproject', - }, - { - urls: 'turn:openrelay.metered.ca:443', - username: 'openrelayproject', - credential: 'openrelayproject', - }, - { - urls: 'turn:openrelay.metered.ca:443?transport=tcp', - username: 'openrelayproject', - credential: 'openrelayproject', + urls: 'turn:157.230.113.21:3478', + username: 'static', + credential: 'static', }, ], },