Rate this page:

InboundAudioStats

This API is in beta and subject to change.

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

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

bytesReceived

Copy URL
var bytesReceived: 

Long

This API is in beta and subject to change.

Total number of bytes received within the audio stream.

Returns

  • type:

    Long

packetsReceived

Copy URL
var packetsReceived: 

Long

This API is in beta and subject to change.

Total number of packets received within the audio stream.

Returns

  • type:

    Long

packetsLost

Copy URL
var packetsLost: 

Int

This API is in beta and subject to change.

Total number of audio packets lost for the audio stream.

Returns

  • type:

    Int

codec

Copy URL
var codec: 

String?

This API is in beta and subject to change.

Audio codec name for the audio stream, e.g. "opus".

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