projects/openvidu-components-angular/src/lib/directives/api/activities-panel.directive.ts
The broadcastingActivity directive allows show/hide the broadcasting activity in ActivitiesPanelComponent.
Default: true
It can be used in the parent element VideoconferenceComponent specifying the name of the activitiesPanel
component:
<ov-videoconference [activitiesPanelBroadcastingActivity]="false"></ov-videoconference>
And it also can be used in the ActivitiesPanelComponent.
<ov-activities-panel *ovActivitiesPanel [broadcastingActivity]="false"></ov-activities-panel>
AfterViewInit
OnDestroy
Selector | ov-videoconference[activitiesPanelBroadcastingActivity], ov-activities-panel[broadcastingActivity] |
Properties |
Methods |
Inputs |
Accessors |
constructor(elementRef: ElementRef, libService: OpenViduComponentsConfigService)
|
|||||||||
Parameters :
|
activitiesPanelBroadcastingActivity |
Type : boolean
|
broadcastingActivity |
Type : boolean
|
clear |
clear()
|
Returns :
void
|
update | ||||||
update(value: boolean)
|
||||||
Parameters :
Returns :
void
|
broadcastingActivityValue |
Type : boolean
|
Default value : true
|
Public elementRef |
Type : ElementRef
|
activitiesPanelBroadcastingActivity | ||||||
setactivitiesPanelBroadcastingActivity(value: boolean)
|
||||||
Parameters :
Returns :
void
|
broadcastingActivity | ||||||
setbroadcastingActivity(value: boolean)
|
||||||
Parameters :
Returns :
void
|