start moving over/removing things from the CallViewModel

This commit is contained in:
Timo K
2025-10-30 01:13:06 +01:00
parent 6b513534f1
commit c8ef8d6a24
7 changed files with 231 additions and 469 deletions

View File

@@ -17,7 +17,7 @@ import {
} from "vitest";
import { BehaviorSubject, of } from "rxjs";
import {
ConnectionState,
ConnectionState as LivekitConnectionState,
type LocalParticipant,
type RemoteParticipant,
type Room as LivekitRoom,
@@ -36,12 +36,11 @@ import {
type ConnectionOpts,
type ConnectionState,
type PublishingParticipant,
RemoteConnection,
Connection,
} from "./Connection.ts";
import { ObservableScope } from "../ObservableScope.ts";
import { type OpenIDClientParts } from "../../livekit/openIDSFU.ts";
import { FailToGetOpenIdToken } from "../../utils/errors.ts";
import { PublishConnection } from "../ownMember/Publisher.ts";
import { mockMediaDevices, mockMuteStates } from "../../utils/test.ts";
import type { ProcessorState } from "../../livekit/TrackProcessorContext.tsx";
import { type MuteStates } from "../MuteStates.ts";