Add audio mute indicator for local preview and group remote participants
This commit is contained in:
parent
022c4bd0f4
commit
c6e4c1d1a9
5 changed files with 48 additions and 5 deletions
|
@ -273,7 +273,11 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
tooltipDistance={24}
|
||||
/>
|
||||
</div>
|
||||
<div className="module-ongoing-call__footer__local-preview">
|
||||
<div
|
||||
className={classNames('module-ongoing-call__footer__local-preview', {
|
||||
'module-ongoing-call__footer__local-preview--audio-muted': !hasLocalAudio,
|
||||
})}
|
||||
>
|
||||
{hasLocalVideo ? (
|
||||
<video
|
||||
className="module-ongoing-call__footer__local-preview__video"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue