Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,11 @@ var config = {
// the bridge going down.
// enableForcedReload: true,

// Enables in-place ICE restarts of the bridge connection (e.g. after a network change), instead of the
// legacy recovery flow which re-creates the whole media session. Requires support in jitsi-videobridge
// (default: disabled).
// enableIceRestart: false,

// Use TURN/UDP servers for the jitsi-videobridge connection (by default
// we filter out TURN/UDP because it is usually not needed since the
// bridge itself is reachable via UDP)
Expand Down
1 change: 1 addition & 0 deletions react/features/base/config/configType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ export interface IConfig {
enableEmailInStats?: boolean;
enableEncodedTransformSupport?: boolean;
enableForcedReload?: boolean;
enableIceRestart?: boolean;
enableInsecureRoomNameWarning?: boolean;
/**
* @deprecated Use `lobby.enableChat` instead.
Expand Down