OutboundVideoStats
Class that represents statistics for an outgoing ILocalVideoStream. Available via CallStats.
Props
bytesSent
var bytesSent: long
Total number of bytes sent within the video stream.
Returns
type:
long
cameraFrameHeight
var cameraFrameHeight: int
Video frame height captured by a camera.
Returns
type:
int
cameraFrameWidth
var cameraFrameWidth: int
Video frame width captured by a camera.
Returns
type:
int
codec
var codec: String
Video codec name for the video stream.
Returns
type:
String
fps
var fps: int
Number of complete captured frames in the last second.
Returns
type:
int
layerStats
var layerStats: List<VideoStreamLayerStats>
Statistics for the layers of the video stream.
Returns
type:
List<VideoStreamLayerStats>
packetsSent
var packetsSent: long
Total number of packets sent within the video stream.
Returns
type:
long
timestamp
var timestamp: double
Time at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double