Class: RTCInboundRTPStreamStats

core/complexTypes.RTCInboundRTPStreamStats()

new RTCInboundRTPStreamStats()

Statistics that represents the measurement metrics for the incoming media stream.
Properties:
Name Type Description
packetsReceived external:int64 Total number of RTP packets received for this SSRC.
bytesReceived external:int64 Total number of bytes received for this SSRC.
jitter external:double Packet Jitter measured in seconds for this SSRC.
Source:

Extends

  • module:core.RTCRTPStreamStats