ParticipantQuality
The ParticipantQuality model enables choosing quality of Simulcast video streams received by conference participants.
Available in the package com.voxeet.sdk.services.simulcast.ParticipantQuality.
Constructors
ParticipantQuality
▸ ParticipantQuality(@NonNull quality
: Quality)
Creates a holder to set the quality of received Simulcast video streams for all conference participants.
Parameters
Name | Type | Description |
---|---|---|
quality | Quality | non null expected quality for all conference participants that are not set in the same call |
ParticipantQuality
▸ ParticipantQuality(@NonNull id
: String, @NonNull quality
: Quality)
Creates a holder to set the quality of received Simulcast video streams for specific conference participants.
Parameters
Name | Type | Description |
---|---|---|
id | String | non null participant ID |
quality | Quality | non null expected quality for the specific conference participant |
Updated about 2 years ago