VideoStreamLayerStats
Class that represents statistics for outbound video layers.
Methods
toString
toString(): String
Returns
type:
String
Props
bytesSent
bytesSent: Total number of bytes sent within the video stream.
Returns
type:
Long
fps
fps: The 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
packetsLost
packetsLost: Total number of video packets lost for the video stream.
Returns
type:
Int
packetsSent
packetsSent: Total number of packets sent within the video stream.
Returns
type:
Long
rid
rid: The identifier of the encoding layer.
null if simulcast is disabled.
Returns
type:
String?