Rate this page:

OutboundAudioStats

Class that represents statistics for outbound ILocalAudioStream. Available via CallStats.

Props

audioLevel

Copy URL
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

Copy URL
public 

long

bytesSent

Total number of bytes sent within the audio stream.

Returns

  • type:

    long

codec

Copy URL
public 

String

codec

Audio codec name for the audio stream.

Returns

  • type:

    String

packetsSent

Copy URL
public 

long

packetsSent

Total number of packets sent within the audio stream.

Returns

  • type:

    long

timestamp

Copy URL
public 

double

timestamp

The time at which the call statistics are collected (in UNIX timestamp format).

Returns

  • type:

    double