OutboundAudioStats
Structure that represents statistics for outbound audio stream. Available via CallStats.
Props
audioLevel
audioLevel: number
Audio level value is between 0..1 (linear), where 1.0 represents 0 dBov, 0 represents silence, and 0.5 represents approximately 6 dBSPL change in the sound pressure level from 0 dBov. Only in Chrome
bytesSent
bytesSent: number
Total number of bytes sent within the audio stream.
codec
codec: string
Audio codec type for the audio stream. Only in Chrome
packetsSent
packetsSent: number
Total number of packets sent within the audio stream.
timestamp
timestamp: number
The time at which the call statistics are collected (in UNIX timestamp format).