| Inherits from | NSObject |
| Declared in | OTNetworkStatsKit.h |
Overview
Represents video statistics reported by the sender side, such as bitrate estimates.
connectionMaxAllocatedBitrate
The maximum bitrate that can be estimated for the sender connection, in bps (bits per second).
@property (readonly) int64_t connectionMaxAllocatedBitrate
Declared In
OTNetworkStatsKit.h
connectionEstimatedBandwidth
The current bandwidth estimation for the sender connection, in bps (bits per second).
@property (readonly) int64_t connectionEstimatedBandwidth
Declared In
OTNetworkStatsKit.h