Created attachment 468748 [details] sample to reproduce issue When calling getDisplayMedia with some frameRate constrained it doesn't take any effect. example: navigator.mediaDevices.getDisplayMedia({ video: { frameRate: {max: 5}, width: 640, height: 360 } }); the frameRate is always 30. see sample in attachment
<rdar://problem/118874132>
Pull request: https://github.com/WebKit/WebKit/pull/21002
Committed 271233@main (fb659ad0308b): <https://commits.webkit.org/271233@main> Reviewed commits have been landed. Closing PR #21002 and removing active labels.