Skip to content

Commit

Permalink
Export FALLBACK_ICE_SERVER (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jun 2, 2023
1 parent 6c1fdbb commit 946a1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webrtc/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export enum CallErrorCode {
const VOIP_PROTO_VERSION = "1";

/** The fallback ICE server to use for STUN or TURN protocols. */
const FALLBACK_ICE_SERVER = "stun:turn.matrix.org";
export const FALLBACK_ICE_SERVER = "stun:turn.matrix.org";

/** The length of time a call can be ringing for. */
const CALL_TIMEOUT_MS = 60 * 1000; // ms
Expand Down

0 comments on commit 946a1ce

Please sign in to comment.