New call UI and controls
This commit is contained in:
parent
33c5c683c7
commit
8bb355f971
22 changed files with 741 additions and 360 deletions
|
@ -319,6 +319,18 @@ export function GroupCallMany(): JSX.Element {
|
|||
);
|
||||
}
|
||||
|
||||
export function GroupCallSpeakerView(): JSX.Element {
|
||||
return (
|
||||
<CallScreen
|
||||
{...createProps({
|
||||
callMode: CallMode.Group,
|
||||
viewMode: CallViewMode.Speaker,
|
||||
remoteParticipants: allRemoteParticipants.slice(0, 3),
|
||||
})}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export function GroupCallReconnecting(): JSX.Element {
|
||||
return (
|
||||
<CallScreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue