OutboundAudioStats
Class that represents statistics for an outgoing com.voximplant.android.sdk.calls.AudioStream.
Available via CallStats or ConferenceStats.
Methods
toString
toString(): String
A string representation of the object.
Returns
type:
String
Props
audioLevel
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
bytesSent: Total number of bytes sent within the audio stream.
Returns
type:
Long
codec
codec: Audio codec name for the audio stream.
Returns
type:
String?
packetsLost
packetsLost: Total number of audio packets lost for the audio stream.
Returns
type:
Int
packetsSent
packetsSent: Total number of packets sent within the audio stream.
Returns
type:
Long
streamId
streamId: Id of the stream.
Returns
type:
String