You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Change STUN fallback to turn.matrix.org
This changes the STUN fallback server from a Google server to one hosted at `turn.matrix.org`. Part of https://github.com/vector-im/riot-web/issues/10173
This commit is contained in:
@@ -93,7 +93,7 @@ function MatrixCall(opts) {
|
||||
/** The length of time a call can be ringing for. */
|
||||
MatrixCall.CALL_TIMEOUT_MS = 60000;
|
||||
/** The fallback server to use for STUN. */
|
||||
MatrixCall.FALLBACK_STUN_SERVER = 'stun:stun.l.google.com:19302';
|
||||
MatrixCall.FALLBACK_STUN_SERVER = 'stun:turn.matrix.org';
|
||||
/** An error code when the local client failed to create an offer. */
|
||||
MatrixCall.ERR_LOCAL_OFFER_FAILED = "local_offer_failed";
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user