RTCOutboundRtpStreamStats: frameHeight property

The frameHeight property of the RTCOutboundRtpStreamStats dictionary is a positive integer that indicates the height of the last encoded frame, in pixels.

Note that the resolution of the encoded frame may be lower than that of the media source, which is provided in RTCVideoSourceStats.height.

Note: The property is undefined for audio streams, and before the first frame is encoded.

Value

A positive integer.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcoutboundrtpstreamstats-frameheight

Browser compatibility

BCD tables only load in the browser