Restore CallViewModel tests to working order

I've left only one of the tests behind (skipped).
This commit is contained in:
Robin
2025-10-22 18:50:16 -04:00
parent 9ca8962328
commit a1c7255cc6
5 changed files with 133 additions and 68 deletions

View File

@@ -49,7 +49,7 @@ export interface ConnectionOpts {
{ membership: CallMembership; transport: LivekitTransport }[]
>;
/** Optional factory to create the Livekit room, mainly for testing purposes. */
/** Optional factory to create the LiveKit room, mainly for testing purposes. */
livekitRoomFactory?: (options?: RoomOptions) => LivekitRoom;
}