OutboundVideoStats
This API is in beta and subject to change.
Class that represents statistics for an outgoing com.voximplant.android.sdk.calls.LocalVideoStream.
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 video stream.
Returns
type:
Long
packetsSent
var packetsSent: Long
This API is in beta and subject to change.
Total number of packets sent within the video stream.
Returns
type:
Long
sourceFrameWidth
var sourceFrameWidth: Int
This API is in beta and subject to change.
The width of the video frame.
Returns
type:
Int
sourceFrameHeight
var sourceFrameHeight: Int
This API is in beta and subject to change.
The height of the video frame.
Returns
type:
Int
sourceFps
var sourceFps: Int
This API is in beta and subject to change.
The number of complete frames in the last second.
Returns
type:
Int
codec
var codec: String?
This API is in beta and subject to change.
Video codec name for the video stream.
Returns
type:
String?
streamId
val streamId: String
Id of the stream.
Returns
type:
String