Move one-on-one layout into CallViewModel (#3567)
* move ononone layout into CallViewModel * move even more into the vm. * tests
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