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 e4e9efd commit dbb80e8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,15 @@ export const iceServers = () => [
credential: 'password',
},
{
urls: 'turn:numb.viagenie.ca',
credential: 'watchparty',
username: '[email protected]',
urls: 'turn:5.78.83.26:3478',
username: 'username',
credential: 'password',
},
// {
// urls: 'turn:numb.viagenie.ca',
// credential: 'watchparty',
// username: '[email protected]',
// },
];

export const serverPath =
Expand Down

0 comments on commit dbb80e8

Please sign in to comment.