From a32f355945f29c8b625c043673c171d826d0fc6e Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Sat, 9 Nov 2024 13:54:14 -0800 Subject: [PATCH] Update index.ts --- src/utils/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index b9e0ca7005..ee11735096 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -234,6 +234,11 @@ export const iceServers = () => [ urls: 'turn:5.78.83.26:3478', username: 'username', credential: 'password', + }, + { + urls: 'turn:5.223.48.157:3478', + username: 'username', + credential: 'password', }, // { // urls: 'turn:numb.viagenie.ca',