Package com.opentok.android
Class TransportStats
java.lang.Object
com.opentok.android.TransportStats
Provides network-level transport statistics.
This class represents low-level metrics related to the underlying
WebRTC connection transport layer, such as available bandwidth.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongEstimated available connection bandwidth, in bits per second (bps). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connectionEstimatedBandwidth
public long connectionEstimatedBandwidthEstimated available connection bandwidth, in bits per second (bps).
-
-
Constructor Details
-
TransportStats
public TransportStats(long connectionEstimatedBandwidth)
-