Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Nov 9, 2024
1 parent dbb80e8 commit a32f355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a32f355

Please sign in to comment.