mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +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
|
// Set this to use a specific peer id instead of a random one
|
||||||
var default_peer_id;
|
var default_peer_id;
|
||||||
// Override with your own STUN servers if you want
|
// Override with your own STUN servers if you want
|
||||||
var rtc_configuration = {iceServers: [{urls: "stun:stun.services.mozilla.com"},
|
var rtc_configuration = {iceServers: [{urls: "stun:stun.l.google.com:19302"}]};
|
||||||
{urls: "stun:stun.l.google.com:19302"}]};
|
|
||||||
// The default constraints that will be attempted. Can be overriden by the user.
|
// The default constraints that will be attempted. Can be overriden by the user.
|
||||||
var default_constraints = {video: true, audio: true};
|
var default_constraints = {video: true, audio: true};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue