VideoStreamLayerStats
Class that represents statistics for an outgoing ILocalVideoStream layers. Available via OutboundVideoStats.
Props
bytesSent
bytesSent: Total number of bytes sent within the video stream.
Returns
type:
long
fps
fps: Number of complete frames in the last second.
Returns
type:
int
frameHeight
frameHeight: Video frame height sent within the video stream at the moment the statistics are collected.
Returns
type:
int
frameWidth
frameWidth: Video frame width sent within the video stream at the moment the statistics are collected.
Returns
type:
int
packetsSent
packetsSent: Total number of packets sent within the video stream.
Returns
type:
long
rid
rid: Identifier of the encoding layer.
null if simulcast is disabled.
Returns
type:
String