projects/openvidu-components-angular/src/lib/components/panel/participants-panel/participant-panel-item/participant-panel-item.component.ts
The ParticipantPanelItemComponent is hosted inside of the ParticipantsPanelComponent. It is in charge of displaying the participants information inside of the ParticipansPanelComponent.
OnInit
OnDestroy
changeDetection | ChangeDetectionStrategy.OnPush |
selector | ov-participant-panel-item |
styleUrls | ./participant-panel-item.component.scss |
templateUrl | ./participant-panel-item.component.html |
Directive | Reference |
---|---|
*ovParticipantPanelItem | ParticipantPanelItemDirective |
It is also providing us a way to add additional buttons to the default participant panel item. It will recognise the following directive in a child element.
Directive | Reference |
---|---|
*ovParticipantPanelItemElements | ParticipantPanelItemElementsDirective |
With the following directives you can modify the default User Interface with the aim of fully customizing your videoconference application.
Parameter | Type | Reference |
---|---|---|
muteButton | boolean |
ParticipantPanelItemMuteButtonDirective |