mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-07 21:45:18 +00:00
hardcode to Multi-SFU with state events for now, since the delegation of delayed events using the legacy jwt endpoint only works in that mode.
This commit is contained in:
@@ -409,8 +409,11 @@ export function createCallViewModel$(
|
|||||||
options.encryptionSystem,
|
options.encryptionSystem,
|
||||||
matrixRTCSession,
|
matrixRTCSession,
|
||||||
);
|
);
|
||||||
const matrixRTCMode$ =
|
// const matrixRTCMode$ =
|
||||||
options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
// options.matrixRTCMode$ ?? constant(MatrixRTCMode.Legacy);
|
||||||
|
|
||||||
|
// hardcode to Multi-SFU with state events for now, since the delegation of delayed events using the legacy jwt endpoint only works in that mode.
|
||||||
|
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