Add turn server
This commit is contained in:
parent
8e1cef5408
commit
daa8827c70
@ -29,6 +29,10 @@ function create({ socket, user, initiator, stream }) {
|
||||
iceServers: [{
|
||||
url: 'stun:23.21.150.121',
|
||||
urls: 'stun:23.21.150.121'
|
||||
}, {
|
||||
url: 'turn:numb.viagenie.ca',
|
||||
credential: 'muazkh',
|
||||
username: 'webrtc@live.com'
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user