WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
On this page2 sections
outbound-rtpoutboundvideo
frameHeight
Last updated Applies toany rtcStats setup
The height of the last encoded frame.
Description
Non-negative integer
MUST NOT exist for audio (this is video only).
Represents the height of the last encoded frame.
- The resolution of the encoded frame may be lower than the media source (see height)
- Before the first frame is encoded this member MUST NOT exist
See also
- outbound-rtp->frameWidth
- media-source->height
- WebRTC Statistics Specification
