projects/openvidu-components-angular/src/lib/pipes/participant.pipe.ts
The RemoteParticipantTracksPipe allows us to get all the tracks from all remote participants. This is used to display the tracks in the videoconference layout.
Name | tracks |
transform | ||||||
transform(participants: ParticipantModel[])
|
||||||
Parameters :
Returns :
ParticipantTrackPublication[]
|