projects/openvidu-components-angular/src/lib/components/panel/participants-panel/participants-panel/participants-panel.component.ts
The ParticipantsPanelComponent is hosted inside of the PanelComponent. It is in charge of displaying the participants connected to the session. This component is composed by the ParticipantPanelItemComponent.
OnInit
OnDestroy
AfterViewInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-participants-panel |
styleUrls | ../../panel.component.scss, |
templateUrl | ./participants-panel.component.html |
Directive | Reference |
---|---|
*ovParticipantsPanel | ParticipantsPanelDirective |
As the ParticipantsPanelComponent is composed by ParticipantPanelItemComponent, it is also providing us a way to replace the participant item with a custom one. It will recognise the following directive in a child element.
Directive | Reference |
---|---|
*ovParticipantPanelItem | ParticipantPanelItemDirective |
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.