Rate this page:

VideoStreamLayerStats

Class that represents statistics for outbound video layers.

Methods

toString

Copy URL
toString(): 

String

Returns

  • type:

    String

Props

bytesSent

Copy URL
bytesSent: 

Total number of bytes sent within the video stream.

Returns

  • type:

    Long

fps

Copy URL
fps: 

The number of complete frames in the last second.

Returns

  • type:

    Int

frameHeight

Copy URL
frameHeight: 

Video frame height sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    Int

frameWidth

Copy URL
frameWidth: 

Video frame width sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    Int

packetsLost

Copy URL
packetsLost: 

Total number of video packets lost for the video stream.

Returns

  • type:

    Int

packetsSent

Copy URL
packetsSent: 

Total number of packets sent within the video stream.

Returns

  • type:

    Long

rid

Copy URL
rid: 

The identifier of the encoding layer.

null if simulcast is disabled.

Returns

  • type:

    String?