projects/openvidu-angular/src/lib/admin/dashboard/dashboard.component.ts
OnInit
OnDestroy
| selector | ov-admin-dashboard |
| styleUrls | ./dashboard.component.css |
| templateUrl | ./dashboard.component.html |
| onDeleteRecordingClicked |
Type : EventEmitter<string>
|
|
Provides event notifications that fire when delete recording button has been clicked. The recording should be deleted using the REST API. |
| onLogoutClicked |
Type : EventEmitter<void>
|
|
Provides event notifications that fire when logout button has been clicked. |
| onRefreshRecordingsClicked |
Type : EventEmitter<void>
|
|
Provides event notifications that fire when refresh recordings button has been clicked. The recordings should be updated using the REST API. |