File

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

Description

The recordingsList directive allows show all recordings saved in your OpenVidu deployment in AdminDashboardComponent.

Default: []

<ov-admin-dashboard [recordingsList]="recordings"></ov-admin-dashboard>

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

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

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

results matching ""

    No results matching ""