refactoring: prep work extract to file + documentation

This commit is contained in:
Valere
2025-09-30 11:33:45 +02:00
parent a4a0a58a72
commit edf68d16b7
3 changed files with 295 additions and 213 deletions

View File

@@ -122,11 +122,12 @@ import {
} from "../rtcSessionHelpers";
import { E2eeType } from "../e2ee/e2eeType";
import { MatrixKeyProvider } from "../e2ee/matrixKeyProvider";
import { Connection, PublishConnection } from "./Connection";
import { Connection } from "./Connection";
import { type MuteStates } from "./MuteStates";
import { getUrlParams } from "../UrlParams";
import { type ProcessorState } from "../livekit/TrackProcessorContext";
import { ElementWidgetActions, widget } from "../widget";
import { PublishConnection } from "./PublishConnection.ts";
export interface CallViewModelOptions {
encryptionSystem: EncryptionSystem;