webrtc: always use iceServers
instead of ice_servers
This commit is contained in:
@ -753,6 +753,10 @@
|
||||
stopStream();
|
||||
show(videoContainer);
|
||||
|
||||
const iceServers = [
|
||||
[ { urls: ['stun:stun.l.google.com:19302'] } ]
|
||||
];
|
||||
|
||||
fetch(webrtcURL, {
|
||||
body: JSON.stringify({type: 'request'}),
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
|
Reference in New Issue
Block a user