projects/openvidu-components-angular/src/lib/directives/api/admin.directive.ts
The recordingsList directive allows show all recordings saved in your OpenVidu deployment in AdminDashboardComponent.
Default: []
<ov-admin-dashboard [recordingsList]="recordings"></ov-admin-dashboard>
AfterViewInit
OnDestroy
Selector | ov-admin-dashboard[recordingsList] |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(elementRef: ElementRef, libService: OpenViduComponentsConfigService)
|
|||||||||
Parameters :
|
recordingsList |
Type : RecordingInfo[]
|
clear |
clear()
|
Returns :
void
|
update | ||||||
update(value: RecordingInfo[])
|
||||||
Parameters :
Returns :
void
|
Public elementRef |
Type : ElementRef
|
recordingsValue |
Type : RecordingInfo[]
|
Default value : []
|
recordingsList | ||||||
setrecordingsList(value: RecordingInfo[])
|
||||||
Parameters :
Returns :
void
|