File

projects/openvidu-angular/src/lib/components/panel/participants-panel/participants-panel/participants-panel.component.ts

Description

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.

OpenVidu Angular Directives

The ParticipantsPanelComponent can be replaced with a custom component. It provides us the following Angular structural directives for doing this.

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

Implements

OnInit OnDestroy AfterViewInit

Metadata

Index

Properties
Methods
Accessors

Methods

close
close()
Returns : void

Properties

localParticipant
Type : any
remoteParticipants
Type : ParticipantAbstractModel[]
Default value : []

Accessors

externalParticipantPanelItem
setexternalParticipantPanelItem(externalParticipantPanelItem: ParticipantPanelItemDirective)
Parameters :
Name Type Optional
externalParticipantPanelItem ParticipantPanelItemDirective No
Returns : void

results matching ""

    No results matching ""