projects/openvidu-components-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.ts
The RecordingActivityComponent is the component that allows showing the recording activity.
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-recording-activity |
styleUrls | ./recording-activity.component.scss, |
templateUrl | ./recording-activity.component.html |
onRecordingDeleteRequested |
Type : EventEmitter<RecordingDeleteRequestedEvent>
|
Provides event notifications that fire when delete recording button has been clicked. It provides the RecordingDeleteRequestedEvent payload as event data. |
onRecordingDownloadClicked |
Type : EventEmitter<RecordingDownloadClickedEvent>
|
Provides event notifications that fire when download recording button has been clicked. It provides the RecordingDownloadClickedEvent payload as event data. |
onRecordingPlayClicked |
Type : EventEmitter<RecordingPlayClickedEvent>
|
Provides event notifications that fire when play recording button has been clicked. It provides the RecordingPlayClickedEvent payload as event data. |
onRecordingStartRequested |
Type : EventEmitter<RecordingStartRequestedEvent>
|
This event is fired when the user clicks on the start recording button. It provides the RecordingStartRequestedEvent payload as event data. |
onRecordingStopRequested |
Type : EventEmitter<RecordingStopRequestedEvent>
|
Provides event notifications that fire when stop recording button has been clicked. It provides the RecordingStopRequestedEvent payload as event data. |
With the following directives you can modify the default User Interface with the aim of fully customizing your videoconference application.
No API directives available for this component.