mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
cleanup an rename compatibility mode
This commit is contained in:
@@ -429,7 +429,11 @@ export function createCallViewModel$(
|
||||
};
|
||||
|
||||
const useOldJwtEndpoint$ = scope.behavior(
|
||||
matrixRTCMode$.pipe(map((v) => v !== MatrixRTCMode.Matrix_2_0)),
|
||||
matrixRTCMode$.pipe(
|
||||
map(
|
||||
(v) => v === MatrixRTCMode.Legacy || v === MatrixRTCMode.Compatibility,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
const localTransport$ = createLocalTransport$({
|
||||
|
||||
Reference in New Issue
Block a user