OutboundAudioStats
Class that represents statistics for outbound ILocalAudioStream. Available via CallStats.
Props
audioLevel
public double
audioLevel
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.
Returns
type:
double
bytesSent
public long
bytesSent
Total number of bytes sent within the audio stream.
Returns
type:
long
codec
public String
codec
Audio codec name for the audio stream.
Returns
type:
String
packetsSent
public long
packetsSent
Total number of packets sent within the audio stream.
Returns
type:
long
timestamp
public double
timestamp
The time at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double