Rate this page:

OutboundAudioStats

This API is in beta and subject to change.

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

Available via CallStats or ConferenceStats.

Methods

toString

Copy URL
fun toString(): 

String

This API is in beta and subject to change.

A string representation of the object.

Returns

  • type:

    String

Props

bytesSent

Copy URL
var bytesSent: 

Long

This API is in beta and subject to change.

Total number of bytes sent within the audio stream.

Returns

  • type:

    Long

packetsSent

Copy URL
var packetsSent: 

Long

This API is in beta and subject to change.

Total number of packets sent within the audio stream.

Returns

  • type:

    Long

codec

Copy URL
var codec: 

String?

This API is in beta and subject to change.

Audio codec name for the audio stream.

Returns

  • type:

    String?

audioLevel

Copy URL
var audioLevel: 

Double

This API is in beta and subject to change.

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

streamId

Copy URL
val streamId: 

String

Id of the stream.

Returns

  • type:

    String