public class EncodingParameters
extends java.lang.Object
RemoteParticipant
`s in the Room, the
client sends up to 2,000 Kbps. 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,000
Kbps and you publish both video and screen share, client sends out 2,000 Kbps. You may update
encoding parameters any time using LocalParticipant.setEncodingParameters(EncodingParameters)
.Modifier and Type | Field and Description |
---|---|
int |
maxAudioBitrate
Maximum audio send bitrate in Kilobits per second (Kbps).
|
int |
maxVideoBitrate
Maximum video send bitrate in Kilobits per second (Kbps).
|
Constructor and Description |
---|
EncodingParameters(int maxAudioBitrate,
int maxVideoBitrate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final int maxAudioBitrate
public final int maxVideoBitrate
6.0.0