Change embedded E2EE implementation

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-08-29 16:50:26 +02:00
parent 127e8c9103
commit b57454fbc1
2 changed files with 21 additions and 46 deletions

View File

@@ -26,7 +26,6 @@ import { useEffect, useMemo, useRef } from "react";
import E2EEWorker from "livekit-client/e2ee-worker?worker";
import { logger } from "matrix-js-sdk/src/logger";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc/MatrixRTCSession";
import { ExternalE2EEKeyProvider } from "livekit-client/dist/src/e2ee/KeyProvider";
import { defaultLiveKitOptions } from "./options";
import { SFUConfig } from "./openIDSFU";