mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
New call UI and controls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user