Fixing URL passing in WebRtc setup

This commit is contained in:
David Négrier
2020-08-28 16:29:21 +02:00
parent 3875c0afe8
commit 8655aef629
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export class ScreenSharingPeer extends Peer {
urls: 'stun:stun.l.google.com:19302'
},
{
urls: TURN_SERVER,
urls: TURN_SERVER.split(','),
username: TURN_USER,
credential: TURN_PASSWORD
},