mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Hidden audio detector when participant muted
parent
9888154a02
commit
1cdb938ad4
|
@ -22,7 +22,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="!isMinimal && showAudioDetection && _stream.type === 'CAMERA'" id="audio-wave-container">
|
<div
|
||||||
|
*ngIf="!isMinimal && showAudioDetection && _stream.type === 'CAMERA' && _stream.streamManager?.stream?.audioActive"
|
||||||
|
id="audio-wave-container"
|
||||||
|
>
|
||||||
<ov-audio-wave [streamManager]="_stream.streamManager"></ov-audio-wave>
|
<ov-audio-wave [streamManager]="_stream.streamManager"></ov-audio-wave>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue