projects/openvidu-components-angular/src/lib/models/participant.model.ts
Interface that defines the properties of the participant track publication.
TrackPublication
Properties |
isAudioTrack |
isAudioTrack:
|
Type : boolean
|
Indicates whether the track is from an audio sharing source or not. |
isCameraTrack |
isCameraTrack:
|
Type : boolean
|
Indicates whether the track is from a camera source or not. |
isMinimized |
isMinimized:
|
Type : boolean
|
Indicates whether the HTML element associated with the track is minimized (made smaller) or not. |
isMutedForcibly |
isMutedForcibly:
|
Type : boolean
|
Optional |
Indicates whether the participant's audio is forcibly muted or not. |
isPinned |
isPinned:
|
Type : boolean
|
Indicates whether the HTML element associated with the track is pinned (fixed in place) or not. |
isScreenTrack |
isScreenTrack:
|
Type : boolean
|
Indicates whether the track is from a screen sharing source or not. |
participant |
participant:
|
Type : ParticipantModel
|
The participant who published the track. |