1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

review valere

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-10-09 11:44:18 +02:00
parent b4abbfcc16
commit 61b05a02dc
4 changed files with 46 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ import {
} from "./mocks";
import { RTCEncryptionManager } from "../../../src/matrixrtc/RTCEncryptionManager.ts";
const mockFocus = { type: "mock" };
const mockFocus = { type: "livekit", livekit_service_url: "https://test.org" };
const textEncoder = new TextEncoder();