VTParticipantQuality
The VTParticipantQuality model allows choosing the quality of the received Simulcast video streams.
Constructors
VTParticipantQuality
▸ VTParticipantQuality(quality
: VTQuality)
Creates a holder to set the quality of the received Simulcast video streams for all conference participants.
Name | Type | Description |
---|---|---|
quality | VTQuality | The quality of the received Simulcast video stream. |
VTParticipantQuality
▸ VTParticipantQuality(id
: String, quality
: VTQuality)
Creates a holder to set the quality of the received Simulcast video streams for specific conference participants.
Name | Type | Description |
---|---|---|
id | String | The participant ID. |
quality | VTQuality | The quality of the received Simulcast video stream. |
Updated almost 2 years ago