mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
webrtc/js: Remove obsolete mozilla stun server
Mozilla's public stun server is gone. Remove it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5045>
This commit is contained in:
parent
80603746af
commit
57b6c743ef
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ var ws_port;
|
|||
// Set this to use a specific peer id instead of a random one
|
||||
var default_peer_id;
|
||||
// Override with your own STUN servers if you want
|
||||
var rtc_configuration = {iceServers: [{urls: "stun:stun.services.mozilla.com"},
|
||||
{urls: "stun:stun.l.google.com:19302"}]};
|
||||
var rtc_configuration = {iceServers: [{urls: "stun:stun.l.google.com:19302"}]};
|
||||
// The default constraints that will be attempted. Can be overriden by the user.
|
||||
var default_constraints = {video: true, audio: true};
|
||||
|
||||
|
|
Loading…
Reference in a new issue