Class: RTCOutboundRTPStreamStats

core/complexTypes.RTCOutboundRTPStreamStats()

new RTCOutboundRTPStreamStats()

Statistics that represents the measurement metrics for the outgoing media stream.
Properties:
Name Type Description
packetsSent external:int64 Total number of RTP packets sent for this SSRC.
bytesSent external:int64 Total number of bytes sent for this SSRC.
targetBitrate external:double Presently configured bitrate target of this SSRC, in bits per second.
roundTripTime external:double Estimated round trip time (seconds) for this SSRC based on the RTCP timestamp.
Source:

Extends

  • module:core.RTCRTPStreamStats