|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSUInteger | lanRxBytes |
| NSUInteger | lanTxBytes |
| NSUInteger | wifiRxBytes |
| NSUInteger | wifiTxBytes |
| NSUInteger | mobileRxBytes |
| NSUInteger | mobileTxBytes |
| NSUInteger | activePathNum |
| NSArray< AgoraPathStats * > *_Nullable | pathStats |
|
readwritenonatomicassign |
The total number of bytes received over the LAN path.
|
readwritenonatomicassign |
The total number of bytes sent over the LAN path.
|
readwritenonatomicassign |
The total number of bytes received over the Wi-Fi path.
|
readwritenonatomicassign |
The total number of bytes sent over the Wi-Fi path.
|
readwritenonatomicassign |
The total number of bytes received over the mobile network path.
|
readwritenonatomicassign |
The total number of bytes sent over the mobile network path.
|
readwritenonatomicassign |
The number of currently active transmission paths.
|
readwritenonatomiccopy |
Statistics for each active transmission path. See AgoraPathStats.