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
fun toString(): String
This API is in beta and subject to change.
A string representation of the object.
Returns
type:
String
Props
bytesSent
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
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
var codec: String?
This API is in beta and subject to change.
Audio codec name for the audio stream.
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