When group call is empty you are now full screen
This commit is contained in:
parent
a237946ba0
commit
016fc62b8b
5 changed files with 90 additions and 22 deletions
|
@ -321,3 +321,12 @@ story.add('Group call - reconnecting', () => (
|
|||
})}
|
||||
/>
|
||||
));
|
||||
|
||||
story.add('Group call - 0', () => (
|
||||
<CallScreen
|
||||
{...createProps({
|
||||
callMode: CallMode.Group,
|
||||
remoteParticipants: [],
|
||||
})}
|
||||
/>
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue