Reduce the number of ICE servers used

This commit is contained in:
David Rowe 2021-10-27 21:41:12 +13:00
parent eb21eb3f38
commit 92e3d1465e

View file

@ -21,9 +21,9 @@
// - https://webrtc.googlesource.com/src/+/master/api/peer_connection_interface.h
// FIXME: stun:ice.vircadia.com:7337 doesn't work for WebRTC.
const std::list<std::string> ICE_SERVER_URIS = {
// Firefox warns: "WebRTC: Using more than two STUN/TURN servers slows down discovery"
const std::list<std::string> ICE_SERVER_URIS = {
"stun:stun1.l.google.com:19302",
"stun:stun4.l.google.com:19302",
"stun:stun.schlund.de"
};
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB