File

projects/openvidu-angular/src/lib/directives/api/activities-panel.directive.ts

Description

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>

Implements

AfterViewInit OnDestroy

Metadata

Index

Properties
Methods
Inputs
Accessors

Constructor

constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService)
Parameters :
Name Type Optional
elementRef ElementRef No
libService OpenViduAngularConfigService No

Inputs

activitiesPanelBroadcastingActivity
Type : boolean
broadcastingActivity
Type : boolean

Methods

clear
clear()
Returns : void
update
update(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void

Properties

broadcastingActivityValue
Type : boolean
Default value : true
Public elementRef
Type : ElementRef

Accessors

activitiesPanelBroadcastingActivity
setactivitiesPanelBroadcastingActivity(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void
broadcastingActivity
setbroadcastingActivity(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void

results matching ""

    No results matching ""