mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-07 10:14:36 +00:00
more tuning and enabling multi-SFU
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
}
|
||||
},
|
||||
"ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf",
|
||||
"sync_disconnect_grace_period_ms": 20000,
|
||||
"sync_disconnect_grace_period_ms": 60000,
|
||||
"matrix_rtc_session": {
|
||||
"wait_for_key_rotation_ms": 3000,
|
||||
"membership_event_expiry_ms": 180000000,
|
||||
"delayed_leave_event_delay_ms": 60000,
|
||||
"delayed_leave_event_restart_ms": 4000,
|
||||
"delayed_leave_event_delay_ms": 120000,
|
||||
"delayed_leave_event_restart_ms": 15000,
|
||||
"network_error_retry_ms": 100
|
||||
},
|
||||
"posthog": {
|
||||
|
||||
@@ -409,8 +409,9 @@ export function createCallViewModel$(
|
||||
options.encryptionSystem,
|
||||
matrixRTCSession,
|
||||
);
|
||||
const matrixRTCMode$ =
|
||||
options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
||||
// const matrixRTCMode$ =
|
||||
// options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
||||
const matrixRTCMode$ = constant(MatrixRTCMode.Compatibility);
|
||||
|
||||
// Each hbar seperates a block of input variables required for the CallViewModel to function.
|
||||
// The outputs of this block is written under the hbar.
|
||||
|
||||
Reference in New Issue
Block a user