W3cubDocs

/Web APIs

RTCInboundRtpStreamStats: frameHeight property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The frameHeight property of the RTCInboundRtpStreamStats dictionary indicates the height of the last decoded 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 decoded.

Value

A positive integer, in pixels.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
frameHeight 86 86 101 72 No 86 101 61 No 14.0 86 No

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCInboundRtpStreamStats/frameHeight