projects/openvidu-components-angular/src/lib/components/panel/activities-panel/broadcasting-activity/broadcasting-activity.component.ts
The BroadcastingActivityComponent is the component that allows showing the broadcasting activity.
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-broadcasting-activity |
styleUrls | ./broadcasting-activity.component.scss, |
templateUrl | ./broadcasting-activity.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. |
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.