Fixing URL passing in WebRtc setup
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user