Dynamic audio level indicator
This commit is contained in:
parent
ac59dec5aa
commit
e6223b6a11
24 changed files with 323 additions and 123 deletions
|
@ -130,7 +130,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
conversation,
|
||||
hasLocalAudio,
|
||||
hasLocalVideo,
|
||||
amISpeaking,
|
||||
localAudioLevel,
|
||||
isInSpeakerView,
|
||||
presentingSource,
|
||||
remoteParticipants,
|
||||
|
@ -296,7 +296,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
isInSpeakerView={isInSpeakerView}
|
||||
remoteParticipants={activeCall.remoteParticipants}
|
||||
setGroupCallVideoRequest={setGroupCallVideoRequest}
|
||||
speakingDemuxIds={activeCall.speakingDemuxIds}
|
||||
remoteAudioLevels={activeCall.remoteAudioLevels}
|
||||
/>
|
||||
);
|
||||
break;
|
||||
|
@ -514,7 +514,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
{localPreviewNode}
|
||||
<CallingAudioIndicator
|
||||
hasAudio={hasLocalAudio}
|
||||
isSpeaking={amISpeaking}
|
||||
audioLevel={localAudioLevel}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue