Collects stats related to calls.
More...
#import <NERtcEngineStatistics.h>
Collects stats related to calls.
◆ cpuAppUsage
The CPU usage of the current app (%).
◆ cpuTotalUsage
- (uint32_t) cpuTotalUsage |
|
readwritenonatomicassign |
The CPU usage of the current system (%).
◆ downRtt
Average downlink round-trip latency (ms).
◆ memoryAppUsageInKBytes
- (uint32_t) memoryAppUsageInKBytes |
|
readwritenonatomicassign |
The memory size used by the current app (KB).
◆ memoryAppUsageRatio
- (uint32_t) memoryAppUsageRatio |
|
readwritenonatomicassign |
The ratio of current memory usage by the app (%) with respect to the maximum available memory.
◆ memoryTotalUsageRatio
- (uint32_t) memoryTotalUsageRatio |
|
readwritenonatomicassign |
Percentage of the memory used by the current system (%).
◆ rxAudioBytes
- (uint64_t) rxAudioBytes |
|
readwritenonatomicassign |
The number of cumulative bytes of audio data received since a user joins the room (bytes).
◆ rxAudioJitter
- (uint32_t) rxAudioJitter |
|
readwritenonatomicassign |
Local downlink audio jitter (ms).
◆ rxAudioKBitRate
- (uint64_t) rxAudioKBitRate |
|
readwritenonatomicassign |
The bitrate of the audio stream received (kbps).
◆ rxAudioPacketLossRate
- (uint32_t) rxAudioPacketLossRate |
|
readwritenonatomicassign |
Packet loss rate of the local downlink audio (%).
◆ rxAudioPacketLossSum
- (uint64_t) rxAudioPacketLossSum |
|
readwritenonatomicassign |
The number of packets not received in the local downlink audio stream.
◆ rxBytes
The number of cumulative bytes received (bytes).
◆ rxVideoBytes
- (uint64_t) rxVideoBytes |
|
readwritenonatomicassign |
The number of cumulative bytes of video data received since a user joins the room (bytes).
◆ rxVideoJitter
- (uint32_t) rxVideoJitter |
|
readwritenonatomicassign |
Local downlink video jitter (ms).
◆ rxVideoKBitRate
- (uint64_t) rxVideoKBitRate |
|
readwritenonatomicassign |
The bitrate of the video stream received (kbps).
◆ rxVideoPacketLossRate
- (uint32_t) rxVideoPacketLossRate |
|
readwritenonatomicassign |
Packet loss rate of the local downlink video stream (%).
◆ rxVideoPacketLossSum
- (uint32_t) rxVideoPacketLossSum |
|
readwritenonatomicassign |
The number of packets not received in the local downlink video stream.
◆ totalDuration
- (uint64_t) totalDuration |
|
readwritenonatomicassign |
The duration of the call that starts from joining the room.
If you leave and rejoin the room, the duration restarts. Unit: seconds.
◆ txAudioBytes
- (uint64_t) txAudioBytes |
|
readwritenonatomicassign |
The number of cumulative bytes of audio data sent since a user joins the room (bytes).
◆ txAudioJitter
- (uint32_t) txAudioJitter |
|
readwritenonatomicassign |
Local uplink audio jitter (ms)
◆ txAudioKBitRate
- (uint64_t) txAudioKBitRate |
|
readwritenonatomicassign |
The bitrate of the audio stream sent (kbps).
◆ txAudioPacketLossRate
- (uint32_t) txAudioPacketLossRate |
|
readwritenonatomicassign |
Packet loss rate of the local uplink audio stream (%).
◆ txAudioPacketLossSum
- (uint32_t) txAudioPacketLossSum |
|
readwritenonatomicassign |
The number of packets not received in the local uplink audio stream.
◆ txBytes
The number of cumulative bytes sent (bytes).
◆ txVideoBytes
- (uint64_t) txVideoBytes |
|
readwritenonatomicassign |
The number of cumulative bytes of video data sent since a user joins the room (bytes).
◆ txVideoJitter
- (uint32_t) txVideoJitter |
|
readwritenonatomicassign |
Local uplink video jitter (ms)
◆ txVideoKBitRate
- (uint64_t) txVideoKBitRate |
|
readwritenonatomicassign |
The bitrate of the video stream sent (kbps).
◆ txVideoPacketLossRate
- (uint32_t) txVideoPacketLossRate |
|
readwritenonatomicassign |
Actual packet loss rate of the local uplink video stream (%).
◆ txVideoPacketLossSum
- (uint32_t) txVideoPacketLossSum |
|
readwritenonatomicassign |
The number of packets not received in the local uplink video stream.
◆ upRtt
Average uplink round-trip latency (ms).
The documentation for this class was generated from the following file: