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
fun toString(): String
This API is in beta and subject to change.
A string representation of the object.
Returns
type:
String
Props
bytesReceived
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
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
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
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
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
val streamId: String
Id of the stream.
Returns
type:
String