public class EncodingParameters extends Object
RemoteParticipant
`s in the Room, the
client sends up to 2 Mbps. For group Rooms, there is a single PeerConnection to Twilio's Media
Server. If you are publishing multiple video tracks (e.g., video and screen share), each tracks
receives the maximum bitrate specified, i.e., if you set maximum video bitrate to 1 Mbps and you
publish both video and screen share, client sends out 2 Mbps. You may update encoding parameters
any time using LocalParticipant.setEncodingParameters(EncodingParameters)
.Modifier and Type | Field and Description |
---|---|
int |
maxAudioBitrate
Maximum audio send bitrate in bits per second.
|
int |
maxVideoBitrate
Maximum video send bitrate in bits per second.
|
Constructor and Description |
---|
EncodingParameters(int maxAudioBitrate,
int maxVideoBitrate) |
public final int maxAudioBitrate
public final int maxVideoBitrate