Class BandwidthProfileOptions

java.lang.Object
com.twilio.video.BandwidthProfileOptions

public class BandwidthProfileOptions extends Object
BandwidthProfileOptions enables you to configure how available bandwidth is shared among the Tracks in a Group Room.
See Also:
  • Constructor Details

    • BandwidthProfileOptions

      public BandwidthProfileOptions()
      Construct instance with SDK defaults.
    • BandwidthProfileOptions

      public BandwidthProfileOptions(@NonNull VideoBandwidthProfileOptions videoBandwidthProfileOptions)
      Construct instance with provided VideoBandwidthProfileOptions
      Parameters:
      videoBandwidthProfileOptions - Parameter to configure how available bandwidth is shared among the RemoteVideoTracks in a Group room.
  • Method Details