When group call is empty you are now full screen

This commit is contained in:
Josh Perez 2020-12-10 13:40:34 -05:00 committed by GitHub
parent a237946ba0
commit 016fc62b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 90 additions and 22 deletions

View file

@ -321,3 +321,12 @@ story.add('Group call - reconnecting', () => (
})}
/>
));
story.add('Group call - 0', () => (
<CallScreen
{...createProps({
callMode: CallMode.Group,
remoteParticipants: [],
})}
/>
));