mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Hidden audio detection when stream is not camera
parent
ead068fbee
commit
3b46b7333b
|
@ -31,7 +31,7 @@
|
|||
<ng-content select="[network-quality]"></ng-content>
|
||||
</div>
|
||||
|
||||
<div id="audio-wave-container">
|
||||
<div id="audio-wave-container" *ngIf="_stream.type === 'CAMERA'">
|
||||
<ov-audio-wave [streamManager]="_stream.streamManager"></ov-audio-wave>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue