diff options
Diffstat (limited to 'client-web/source/index.ts')
-rw-r--r-- | client-web/source/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/source/index.ts b/client-web/source/index.ts index f9f7a5e..432a7b7 100644 --- a/client-web/source/index.ts +++ b/client-web/source/index.ts @@ -14,6 +14,7 @@ export const ROOM_CONTAINER = ediv({ class: "room" }) export const RTC_CONFIG: RTCConfiguration = { // google stun!? iceServers: [{ urls: ["stun:stun1.l.google.com:19302", "stun:stun2.l.google.com:19302"] }], + // iceServers: [{ urls: ["stun:meet.metamuffin.org:16900"] }], iceCandidatePoolSize: 10, } |