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