File

projects/openvidu-angular/src/lib/directives/api/recording-activity.directive.ts

Description

The recordingsList directive allows show the recordings available for the session in RecordingActivityComponent.

Default: []

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

<ov-videoconference [recordingActivityRecordingsList]="list"></ov-videoconference>


And it also can be used in the RecordingActivityComponent.

<ov-recording-activity [recordingsList]="list"></ov-recording-activity>

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

recordingActivityRecordingsList
Type : RecordingInfo[]
recordingsList
Type : RecordingInfo[]

Methods

clear
clear()
Returns : void
update
update(value: RecordingInfo[])
Parameters :
Name Type Optional
value RecordingInfo[] No
Returns : void

Properties

Public elementRef
Type : ElementRef
recordingsValue
Type : RecordingInfo[]
Default value : []

Accessors

recordingActivityRecordingsList
setrecordingActivityRecordingsList(value: RecordingInfo[])
Parameters :
Name Type Optional
value RecordingInfo[] No
Returns : void
recordingsList
setrecordingsList(value: RecordingInfo[])
Parameters :
Name Type Optional
value RecordingInfo[] No
Returns : void

results matching ""

    No results matching ""