Optional connectThe duration (ms) between the SDK starts connecting and the connection is established. If the value reported is 0, it means invalid.
Optional cpuApplication CPU usage (%). The value of cpuAppUsage is always reported as 0 in the onLeaveChannel callback.
Optional cpuThe system CPU usage (%). The value of cpuTotalUsage is always reported as 0 in the onLeaveChannel callback. As of Android 8.1, you cannot get the CPU usage from this attribute due to system limitations.
Optional durationCall duration of the local user in seconds, represented by an aggregate value.
Optional gatewayThe round-trip time delay (ms) from the client to the local router. This property is disabled on devices running iOS 14 or later, and enabled on devices running versions earlier than iOS 14 by default. To enable this property on devices running iOS 14 or later,. On Android, to get gatewayRtt, ensure that you add the android.permission.ACCESS_WIFI_STATE permission after in the AndroidManifest.xml file in your project.
Optional lastmileThe client-to-server delay (milliseconds).
Optional memoryThe memory size occupied by the app (KB). This value is for reference only. Due to system limitations, you may not get this value.
Optional memoryThe memory ratio occupied by the app (%). This value is for reference only. Due to system limitations, you may not get this value.
Optional memoryThe memory occupied by the system (%). This value is for reference only. Due to system limitations, you may not get this value.
Optional rxThe total number of audio bytes received, represented by an aggregate value.
Optional rxThe bitrate (Kbps) of receiving the audio.
Optional rxThe number of bytes received.
Optional rxKBitThe receiving bitrate (Kbps).
Optional rxThe packet loss rate (%) from the Agora server to the client before using the anti-packet-loss method.
Optional rxThe total number of video bytes received, represented by an aggregate value.
Optional rxThe bitrate (Kbps) of receiving the video.
Optional txThe total number of audio bytes sent, represented by an aggregate value.
Optional txThe bitrate (Kbps) of sending the audio packet.
Optional txThe number of bytes sent.
Optional txKBitThe actual bitrate (Kbps) while sending the local video stream.
Optional txThe packet loss rate (%) from the client to the Agora server before applying the anti-packet-loss algorithm.
Optional txThe total number of video bytes sent, represented by an aggregate value.
Optional txThe bitrate (Kbps) of sending the video.
Optional userThe number of users in the channel.
Generated using TypeDoc
Statistics of a call session.