mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Raise Hand in Group Calls
This commit is contained in:
@@ -140,6 +140,7 @@ export function GroupCall(args: PropsType): JSX.Element {
|
||||
maxDevices: 5,
|
||||
deviceCount: 0,
|
||||
peekedParticipants: [],
|
||||
raisedHands: new Set<number>(),
|
||||
remoteParticipants: [],
|
||||
remoteAudioLevels: new Map<number, number>(),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user