The audio codec.
"opus"
: The audio codec is OPUS。"aac"
: The audio codec is AAC。"pcmu"
: Reserved for future use."pcma"
: Reserved for future use."g722"
: Reserved for future use.Firefox does not support this property.
The packet loss rate of the sent audio in 400ms.
The bitrate (bps) of the sent audio.
The total bytes of the sent audio.
The total packets of the sent audio.
The total number of lost audio packets that were sent.
You can not get this property on Safari.
The energy level of the sent audio.
The value range is [0,32767].
This value is retrieved by calling WebRTC-Stats and may not be up-to-date. To get the real-time sound volume, call LocalAudioTrack.getVolumeLevel.
Information of the local audio track, which can be retrieved by calling AgoraRTCClient.getLocalAudioStats.