Skip to content

Commit

Permalink
feat(config): use expressturn TURN server
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Jun 7, 2024
1 parent 501a6d8 commit ff03190
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/config/rtcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,9 @@ export const rtcConfig: RTCConfiguration = {
// CONNECTED TO THE INTERNET.
iceServers: [
{
urls: 'stun:82.209.159.69:3478',
},
{
urls: 'turn:82.209.159.69:3478',
username: 'c386d75b5633456cb3bc13812858098d',
credential: '58fd06d85fe14c0f9f46220748b0f565',
},
{
urls: 'turn:82.209.159.69:3478',
username: '0e2f563eacfd4c4a82ea239b04d1d494',
credential: '8179b4b533f240ad9fe590663bef1bc9',
},
{
urls: 'turn:82.209.159.69:3478',
username: 'feab95c3fcd147a2a96a3d3590bf9cda',
credential: '654cafd885424b7fb974e65f631f25f9',
urls: 'turn:relay1.expressturn.com:3478',
username: 'efQUQ79N77B5BNVVKF',
credential: 'N4EAUgpjMzPLrxSS',
},
],
}

0 comments on commit ff03190

Please sign in to comment.