Implement lower hand suggestion in group calls

This commit is contained in:
trevor-signal 2024-12-20 13:35:11 -05:00 committed by GitHub
parent 4312d03db0
commit f2d4f669fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 206 additions and 3 deletions

View file

@ -181,6 +181,7 @@ const getActiveCallForCallLink = (
pendingParticipants: overrideProps.pendingParticipants ?? [],
raisedHands: new Set<number>(),
remoteAudioLevels: new Map<number, number>(),
suggestLowerHand: false,
};
};
@ -232,6 +233,7 @@ export function OngoingGroupCall(): JSX.Element {
raisedHands: new Set<number>(),
remoteParticipants: [],
remoteAudioLevels: new Map<number, number>(),
suggestLowerHand: false,
},
})}
/>