File

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

Description

The recordingActivity directive allows show/hide the recording activity in ActivitiesPanelComponent.

Default: true

It can be used in the parent element VideoconferenceComponent specifying the name of the activitiesPanel component:

<ov-videoconference [activitiesPanelRecordingActivity]="false"></ov-videoconference>


And it also can be used in the ActivitiesPanelComponent.

<ov-activities-panel *ovActivitiesPanel [recordingActivity]="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

activitiesPanelRecordingActivity
Type : boolean
recordingActivity
Type : boolean

Methods

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

Properties

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

Accessors

activitiesPanelRecordingActivity
setactivitiesPanelRecordingActivity(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void
recordingActivity
setrecordingActivity(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void

results matching ""

    No results matching ""