Skip to content

Commit

Permalink
chore(networking): update TURN server credentials (#246)
Browse files Browse the repository at this point in the history
updated server IP address
  • Loading branch information
sini6a committed Apr 1, 2024
1 parent 547564d commit 89abe71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/rtcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ export const rtcConfig: RTCConfiguration = {
// CONNECTED TO THE INTERNET.
iceServers: [
{
urls: 'stun:188.148.133.173:3478',
urls: 'stun:82.209.159.69:3478',
},
{
urls: 'turn:188.148.133.173:3478',
urls: 'turn:82.209.159.69:3478',
username: 'c386d75b5633456cb3bc13812858098d',
credential: '58fd06d85fe14c0f9f46220748b0f565',
},
{
urls: 'turn:188.148.133.173:3478',
urls: 'turn:82.209.159.69:3478',
username: '0e2f563eacfd4c4a82ea239b04d1d494',
credential: '8179b4b533f240ad9fe590663bef1bc9',
},
{
urls: 'turn:188.148.133.173:3478',
urls: 'turn:82.209.159.69:3478',
username: 'feab95c3fcd147a2a96a3d3590bf9cda',
credential: '654cafd885424b7fb974e65f631f25f9',
},
Expand Down

0 comments on commit 89abe71

Please sign in to comment.