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:
@@ -96,6 +96,7 @@ export type ActiveGroupCallType = ActiveCallBaseType & {
|
||||
groupMembers: Array<Pick<ConversationType, 'id' | 'firstName' | 'title'>>;
|
||||
isConversationTooBigToRing: boolean;
|
||||
peekedParticipants: Array<ConversationType>;
|
||||
raisedHands: Set<number>;
|
||||
remoteParticipants: Array<GroupCallRemoteParticipantType>;
|
||||
remoteAudioLevels: Map<number, number>;
|
||||
};
|
||||
@@ -158,6 +159,7 @@ export type GroupCallRemoteParticipantType = ConversationType & {
|
||||
demuxId: number;
|
||||
hasRemoteAudio: boolean;
|
||||
hasRemoteVideo: boolean;
|
||||
isHandRaised: boolean;
|
||||
presenting: boolean;
|
||||
sharingScreen: boolean;
|
||||
speakerTime?: number;
|
||||
|
||||
Reference in New Issue
Block a user