From dbb80e8491db19932fdf957a4ba903e8a1a5a7a7 Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Sat, 9 Nov 2024 13:41:10 -0800 Subject: [PATCH] Update index.ts --- src/utils/index.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index ce81589296..b9e0ca7005 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -231,10 +231,15 @@ export const iceServers = () => [ credential: 'password', }, { - urls: 'turn:numb.viagenie.ca', - credential: 'watchparty', - username: 'howardzchung@gmail.com', + urls: 'turn:5.78.83.26:3478', + username: 'username', + credential: 'password', }, + // { + // urls: 'turn:numb.viagenie.ca', + // credential: 'watchparty', + // username: 'howardzchung@gmail.com', + // }, ]; export const serverPath =