Update call lobby UI to match new designs

This commit is contained in:
Evan Hahn
2021-08-17 16:45:18 -05:00
committed by GitHub
parent 50c4fa06cc
commit 763c35e546
26 changed files with 857 additions and 435 deletions

View File

@@ -60,6 +60,7 @@ type ActiveGroupCallType = ActiveCallBaseType & {
joinState: GroupCallJoinState;
maxDevices: number;
deviceCount: number;
groupMembers: Array<Pick<ConversationType, 'firstName' | 'title' | 'uuid'>>;
peekedParticipants: Array<ConversationType>;
remoteParticipants: Array<GroupCallRemoteParticipantType>;
};