Class TransportStats

java.lang.Object
com.opentok.android.TransportStats

public class TransportStats extends Object
Provides network-level transport statistics. This class represents low-level metrics related to the underlying WebRTC connection transport layer, such as available bandwidth.
  • Field Details

    • connectionEstimatedBandwidth

      public long connectionEstimatedBandwidth
      Estimated available connection bandwidth, in bits per second (bps).
  • Constructor Details

    • TransportStats

      public TransportStats(long connectionEstimatedBandwidth)