Restore CallViewModel tests to working order
I've left only one of the tests behind (skipped).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user