projects/openvidu-components-angular/src/lib/components/panel/activities-panel/activities-panel.component.ts
The ActivitiesPanelComponent is the component that allows showing the activities panel. This panel shows the recording and broadcasting activities.
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-activities-panel |
styleUrls | ../panel.component.scss, |
templateUrl | ./activities-panel.component.html |
onBroadcastingStartRequested |
Type : EventEmitter<BroadcastingStartRequestedEvent>
|
Provides event notifications that fire when start broadcasting button is clicked. It provides the BroadcastingStartRequestedEvent payload as event data. |
onBroadcastingStopRequested |
Type : EventEmitter<BroadcastingStopRequestedEvent>
|
Provides event notifications that fire when stop broadcasting button is clicked. It provides the BroadcastingStopRequestedEvent payload as event data. |
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.
Parameter | Type | Reference |
---|---|---|
recordingActivity | boolean |
ActivitiesPanelRecordingActivityDirective |
broadcastingActivity | boolean |
ActivitiesPanelBroadcastingActivityDirective |