OutboundAudioStats
Class that represents statistics for an outgoing ILocalAudioStream. Available via CallStats.
Props
audioLevel
@property () double
audioLevelAudio 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.
Returns
type:
double
bytesSent
@property () long
bytesSentTotal number of bytes sent within the audio stream.
Returns
type:
long
codec
@property () String
codecAudio codec name for the audio stream.
Returns
type:
String
packetsSent
@property () long
packetsSentTotal number of packets sent within the audio stream.
Returns
type:
long
timestamp
@property () double
timestampTime at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double