projects/openvidu-components-angular/src/lib/admin/admin-dashboard/admin-dashboard.component.ts
OnInit
OnDestroy
| selector | ov-admin-dashboard |
| styleUrls | ./admin-dashboard.component.scss |
| templateUrl | ./admin-dashboard.component.html |
| onLogoutRequested |
Type : EventEmitter<void>
|
|
Provides event notifications that fire when logout button has been clicked. |
| onRecordingDeleteRequested |
Type : EventEmitter<RecordingDeleteRequestedEvent>
|
|
Provides event notifications that fire when delete recording button has been clicked. The recording should be deleted using the REST API. |
| onRefreshRecordingsRequested |
Type : EventEmitter<void>
|
|
Provides event notifications that fire when refresh recordings button has been clicked. The recordings should be updated using the REST API. |
With the following directives you can modify the default User Interface with the aim of fully customizing your videoconference application.
| Parameter | Type | Reference |
|---|---|---|
| navbarTitle | string |
AdminDashboardTitleDirective |
| recordingsList | RecordingInfo[] |
AdminDashboardRecordingsListDirective |