Wire up pressing the PTT button to unmute as well as spacebar

This commit is contained in:
David Baker
2022-04-29 18:56:17 +01:00
parent 363f2340a0
commit 70c099c4b5
3 changed files with 30 additions and 12 deletions

View File

@@ -45,6 +45,8 @@ export function PTTCallView({
talkOverEnabled,
setTalkOverEnabled,
activeSpeakerUserId,
startTalking,
stopTalking,
} = usePTT(client, groupCall, userMediaFeeds);
const activeSpeakerIsLocalUser =
@@ -115,6 +117,8 @@ export function PTTCallView({
activeSpeakerAvatarUrl={activeSpeakerAvatarUrl}
activeSpeakerIsLocalUser={activeSpeakerIsLocalUser}
size={pttButtonSize}
startTalking={startTalking}
stopTalking={stopTalking}
/>
<p className={styles.actionTip}>
{showTalkOverError