This commit is contained in:
Timo
2025-03-13 18:00:07 -04:00
committed by Robin
parent adb5934f0b
commit 46f5c44db0
43 changed files with 87 additions and 84 deletions
+5 -2
View File
@@ -8,10 +8,13 @@ Please see LICENSE in the repository root for full details.
import { ConnectionState } from "livekit-client";
import { type MatrixClient } from "matrix-js-sdk";
import { type RoomMember } from "matrix-js-sdk";
import { type CallMembership, type MatrixRTCSession } from "matrix-js-sdk/lib/matrixrtc";
import {
type CallMembership,
type MatrixRTCSession,
} from "matrix-js-sdk/lib/matrixrtc";
import { BehaviorSubject, of } from "rxjs";
import { vitest } from "vitest";
import { type RelationsContainer } from "matrix-js-sdk/src/models/relations-container";
import { type RelationsContainer } from "matrix-js-sdk";
import EventEmitter from "events";
import { E2eeType } from "../e2ee/e2eeType";