mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show speaking indicator in 1:1 calls
This commit is contained in:
@@ -876,6 +876,15 @@ export function CallScreen({
|
||||
}
|
||||
/>
|
||||
) : null}
|
||||
{activeCall.callMode === CallMode.Direct && (
|
||||
<div className="module-ongoing-call__direct-call-speaking-indicator">
|
||||
<CallingAudioIndicator
|
||||
hasAudio
|
||||
audioLevel={activeCall.remoteAudioLevel}
|
||||
shouldShowSpeaking={activeCall.remoteAudioLevel > 0}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
{/* We render the local preview first and set the footer flex direction to row-reverse
|
||||
to ensure the preview is visible at low viewport widths. */}
|
||||
<div className="module-ongoing-call__footer">
|
||||
|
||||
Reference in New Issue
Block a user