OutboundStats
Source: PeerConnectionStats.js:81
Properties
id(String) — outbound-rtp Id.mimeType(String, optional) — Mime type if related report had codec report associated.framesPerSecond(Number, optional) — Current framerate if it's video report.frameHeight(Number, optional) — Current frame height if it's video report.frameWidth(Number, optional) — Current frame width if it's video report.qualityLimitationReason(String, optional) — If it's video report, indicate the reason why the media quality in the stream is currently being reduced by the codec during encoding, or none if no quality reduction is being performed.timestamp(Number) — Timestamp of report.totalBytesSent(Number) — Total bytes sent indicates the total number of payload bytes that hve been sent so far on the connection described by the candidate pair.bitrate(Number) — Current bitrate in Bytes per second.bitrateBitsPerSecond(Number) — Current bitrate in bits per second.bytesSentDelta(Number) — Change in the number of bytes sent since the last report.totalPacketsSent(Number) — Total number of packets sent.packetsSentDelta(Number) — Change in the number of packets sent since the last report.packetRate(Number) — Rate at which packets are being sent, measured in packets per second.targetBitrate(Number) — The target bitrate for the encoder, in bits per second.retransmittedPacketsSent(Number) — Total number of retransmitted packets sent.retransmittedPacketsSentDelta(Number) — Change in the number of retransmitted packets sent since the last report.retransmittedBytesSent(Number) — Total number of bytes that have been retransmitted.retransmittedBytesSentDelta(Number) — Change in the number of retransmitted bytes sent since the last report.framesSent(Number) — Total number of frames sent (applicable for video).qualityLimitationDurations(Object, optional) — Durations in seconds for which the quality of the media has been limited by the codec, categorized by the limitation reasons such as bandwidth, CPU, or other factors.
Type
Object