Class SubscriberKit.SenderStats

java.lang.Object
com.opentok.android.SubscriberKit.SenderStats
Enclosing class:
SubscriberKit

public class SubscriberKit.SenderStats extends Object
Represents video statistics reported by the sender side, such as bitrate estimates.
  • Field Details

    • connectionMaxAllocatedBitrate

      public long connectionMaxAllocatedBitrate
      The maximum bitrate that can be estimated for the sender connection.
    • connectionEstimatedBandwidth

      public long connectionEstimatedBandwidth
      The current bandwidth estimation for the sender connection.
  • Constructor Details

    • SenderStats

      public SenderStats(long connectionMaxAllocatedBitrate, long connectionEstimatedBandwidth)