projects/openvidu-angular/src/lib/components/panel/activities-panel/broadcasting-activity/broadcasting-activity.component.ts
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-broadcasting-activity |
styleUrls | ./broadcasting-activity.component.css, |
templateUrl | ./broadcasting-activity.component.html |
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. |
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. |