Merge remote-tracking branch 'origin/main' into dbkr/rageshake_ptt

This commit is contained in:
David Baker
2022-05-17 15:41:57 +01:00
11 changed files with 177 additions and 47 deletions

View File

@@ -110,8 +110,13 @@ export const PTTCallView: React.FC<Props> = ({
const { audioOutput } = useMediaHandler();
const { startTalkingLocalRef, startTalkingRemoteRef, blockedRef, playClip } =
usePTTSounds();
const {
startTalkingLocalRef,
startTalkingRemoteRef,
blockedRef,
endTalkingRef,
playClip,
} = usePTTSounds();
const {
pttButtonHeld,
@@ -153,6 +158,7 @@ export const PTTCallView: React.FC<Props> = ({
<PTTClips
startTalkingLocalRef={startTalkingLocalRef}
startTalkingRemoteRef={startTalkingRemoteRef}
endTalkingRef={endTalkingRef}
blockedRef={blockedRef}
/>
<GroupCallInspector