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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 857 additions and 435 deletions

View file

@ -137,6 +137,7 @@ story.add('Ongoing Group Call', () => (
deviceCount: 0,
joinState: GroupCallJoinState.Joined,
maxDevices: 5,
groupMembers: [],
peekedParticipants: [],
remoteParticipants: [],
},
@ -189,6 +190,7 @@ story.add('Group call - Safety Number Changed', () => (
deviceCount: 0,
joinState: GroupCallJoinState.Joined,
maxDevices: 5,
groupMembers: [],
peekedParticipants: [],
remoteParticipants: [],
},