InboundStats
Source: PeerConnectionStats.js:56
Properties
id(String) — inbound-rtp Id.jitter(Number) — Current Jitter measured in seconds.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.keyFramesDecoded(Number, optional) — Total number of key frames that have been decoded if it's video report.framesDecoded(Number, optional) — Total number of frames that have been decoded if it's video report.framesDropped(Number, optional) — Total number of frames that have been dropped if it's video report.framesReceived(Number, optional) — Total number of frames that have been received if it's video report.timestamp(Number) — Timestamp of report.totalBytesReceived(Number) — Total bytes received is an integer value which indicates the total number of bytes received so far from this synchronization source.totalPacketsReceived(Number) — Total packets received indicates the total number of packets of any kind that have been received on the connection described by the pair of candidates.totalPacketsLost(Number) — Total packets lost.packetsLostRatioPerSecond(Number) — Total packet lost ratio per second.packetsLostDeltaPerSecond(Number) — Total packet lost delta per second.bitrate(Number) — Current bitrate in Bytes per second.bitrateBitsPerSecond(Number) — Current bitrate in bits per second.packetRate(Number) — The rate at which packets are being received, measured in packets per second.jitterBufferDelay(Number) — Total delay in seconds currently experienced by the jitter buffer.jitterBufferEmittedCount(Number) — Total number of packets emitted from the jitter buffer.
Type
Object