mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +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",
|
"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": {
|
"matrix_rtc_session": {
|
||||||
"wait_for_key_rotation_ms": 3000,
|
"wait_for_key_rotation_ms": 3000,
|
||||||
"membership_event_expiry_ms": 180000000,
|
"membership_event_expiry_ms": 180000000,
|
||||||
"delayed_leave_event_delay_ms": 60000,
|
"delayed_leave_event_delay_ms": 120000,
|
||||||
"delayed_leave_event_restart_ms": 4000,
|
"delayed_leave_event_restart_ms": 15000,
|
||||||
"network_error_retry_ms": 100
|
"network_error_retry_ms": 100
|
||||||
},
|
},
|
||||||
"posthog": {
|
"posthog": {
|
||||||
|
|||||||
@@ -409,8 +409,9 @@ export function createCallViewModel$(
|
|||||||
options.encryptionSystem,
|
options.encryptionSystem,
|
||||||
matrixRTCSession,
|
matrixRTCSession,
|
||||||
);
|
);
|
||||||
const matrixRTCMode$ =
|
// const matrixRTCMode$ =
|
||||||
options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
// options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
||||||
|
const matrixRTCMode$ = constant(MatrixRTCMode.Compatibility);
|
||||||
|
|
||||||
// Each hbar seperates a block of input variables required for the CallViewModel to function.
|
// Each hbar seperates a block of input variables required for the CallViewModel to function.
|
||||||
// The outputs of this block is written under the hbar.
|
// The outputs of this block is written under the hbar.
|
||||||
|
|||||||
Reference in New Issue
Block a user