Rate this page:

OutboundAudioStats

Class that represents statistics for an outgoing com.voximplant.android.sdk.calls.AudioStream.

Available via CallStats or ConferenceStats.

Methods

toString

Copy URL
toString(): 

String

A string representation of the object.

Returns

  • type:

    String

Props

audioLevel

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

Total number of bytes sent within the audio stream.

Returns

  • type:

    Long

codec

Copy URL
codec: 

Audio codec name for the audio stream.

Returns

  • type:

    String?

packetsLost

Copy URL
packetsLost: 

Total number of audio packets lost for the audio stream.

Returns

  • type:

    Int

packetsSent

Copy URL
packetsSent: 

Total number of packets sent within the audio stream.

Returns

  • type:

    Long

streamId

Copy URL
streamId: 

Id of the stream.

Returns

  • type:

    String