|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| uint32_t | lanTxBytes |
| uint32_t | lanRxBytes |
| uint32_t | wifiTxBytes |
| uint32_t | wifiRxBytes |
| uint32_t | mobileTxBytes |
| uint32_t | mobileRxBytes |
| int | activePathNum |
| const PathStats * | pathStats |
|
inline |
| uint32_t lanTxBytes |
The total number of bytes sent over the LAN path.
| uint32_t lanRxBytes |
The total number of bytes received over the LAN path.
| uint32_t wifiTxBytes |
The total number of bytes sent over the Wi-Fi path.
| uint32_t wifiRxBytes |
The total number of bytes received over the Wi-Fi path.
| uint32_t mobileTxBytes |
The total number of bytes sent over the mobile network path.
| uint32_t mobileRxBytes |
The total number of bytes received over the mobile network path.
| int activePathNum |
The number of active transmission paths.