projects/openvidu-components-angular/src/lib/directives/api/stream.directive.ts
The displayAudioDetection directive allows show/hide the participants audio detection in stream component.
Default: true
It can be used in the parent element VideoconferenceComponent specifying the name of the stream
component:
<ov-videoconference [streamDisplayAudioDetection]="false"></ov-videoconference>
And it also can be used in the StreamComponent.
<ov-stream [displayAudioDetection]="false"></ov-stream>
AfterViewInit
OnDestroy
Selector | ov-videoconference[streamDisplayAudioDetection], ov-stream[displayAudioDetection] |
Properties |
Methods |
Inputs |
Accessors |
constructor(elementRef: ElementRef, libService: OpenViduComponentsConfigService)
|
|||||||||
Parameters :
|
displayAudioDetection |
Type : boolean
|
streamDisplayAudioDetection |
Type : boolean
|
clear |
clear()
|
Returns :
void
|
update | ||||||
update(value: boolean)
|
||||||
Parameters :
Returns :
void
|
displayAudioDetectionValue |
Type : boolean
|
Public elementRef |
Type : ElementRef
|
streamDisplayAudioDetection | ||||||
setstreamDisplayAudioDetection(value: boolean)
|
||||||
Parameters :
Returns :
void
|
displayAudioDetection | ||||||
setdisplayAudioDetection(value: boolean)
|
||||||
Parameters :
Returns :
void
|