Add a VU meter-style animation to radio mode

This commit is contained in:
Robin Townsend
2022-05-31 18:01:34 -04:00
parent 9444f43c72
commit 2a69b72bed
4 changed files with 57 additions and 20 deletions

View File

@@ -124,6 +124,7 @@ export const PTTCallView: React.FC<Props> = ({
talkOverEnabled,
setTalkOverEnabled,
activeSpeakerUserId,
activeSpeakerVolume,
startTalking,
stopTalking,
transmitBlocked,
@@ -223,6 +224,7 @@ export const PTTCallView: React.FC<Props> = ({
activeSpeakerDisplayName={activeSpeakerDisplayName}
activeSpeakerAvatarUrl={activeSpeakerAvatarUrl}
activeSpeakerIsLocalUser={activeSpeakerIsLocalUser}
activeSpeakerVolume={activeSpeakerVolume}
size={pttButtonSize}
startTalking={startTalking}
stopTalking={stopTalking}