projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.ts
OnInit
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | ov-activities-panel |
| styleUrls | ../panel.component.css, |
| templateUrl | ./activities-panel.component.html |
Properties |
Methods |
Outputs |
| onDeleteRecordingClicked |
Type : EventEmitter<string>
|
|
Provides event notifications that fire when delete recording button has been clicked. The recording should be deleted using the OpenVidu REST API. |
| onStartBroadcastingClicked |
Type : EventEmitter<string>
|
|
Provides event notifications that fire when start broadcasting button has been clicked. The broadcasting should be started 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 OpenVidu REST API. |
| onStopBroadcastingClicked |
Type : EventEmitter<void>
|
|
Provides event notifications that fire when stop broadcasting button has been clicked. The broadcasting should be stopped 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 OpenVidu REST API. |
| _onForceRecordingUpdate |
_onForceRecordingUpdate()
|
|
Returns :
void
|
| _onStartBroadcastingClicked | ||||||
_onStartBroadcastingClicked(broadcastUrl: string)
|
||||||
|
Parameters :
Returns :
void
|
| _onStopBroadcastingClicked |
_onStopBroadcastingClicked()
|
|
Returns :
void
|
| showBroadcastingActivity |
Type : boolean
|
Default value : true
|