mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
move ononone layout into CallViewModel
This commit is contained in:
@@ -122,6 +122,7 @@ export function withCallViewModel(
|
||||
}
|
||||
})() as Partial<MatrixClient> as MatrixClient,
|
||||
getMembers: () => Array.from(roomMembers.values()),
|
||||
getMembersWithMembership: () => Array.from(roomMembers.values()),
|
||||
});
|
||||
const rtcSession = new MockRTCSession(room, []).withMemberships(rtcMembers$);
|
||||
const participantsSpy = vi
|
||||
|
||||
Reference in New Issue
Block a user