feat(config): use expressturn TURN server

This commit is contained in:
Jeremy Kahn 2024-06-07 08:33:34 -05:00
parent 501a6d8d11
commit ff03190bf5

View File

@ -11,22 +11,9 @@ export const rtcConfig: RTCConfiguration = {
// CONNECTED TO THE INTERNET. // CONNECTED TO THE INTERNET.
iceServers: [ iceServers: [
{ {
urls: 'stun:82.209.159.69:3478', urls: 'turn:relay1.expressturn.com:3478',
}, username: 'efQUQ79N77B5BNVVKF',
{ credential: 'N4EAUgpjMzPLrxSS',
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',
}, },
], ],
} }