projects/openvidu-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.ts
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-recording-activity |
styleUrls | ./recording-activity.component.css, |
templateUrl | ./recording-activity.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. |
onStartRecordingClicked |
Type : EventEmitter<void>
|
Provides event notifications that fire when start recording button has been clicked. The recording should be started using the REST API. |
onStopRecordingClicked |
Type : EventEmitter<void>
|
Provides event notifications that fire when stop recording button has been clicked. The recording should be stopped using the REST API. |