Step 1: get local video track with navigator.mediaDevices.getUserMedia({ audio: false, video: {"width":1920,"height":1080,"frameRate":24} }) Step 2: send this track over peer connection. Step 3: Expected: Track should be visible on other end Found: Track was not visible on other end. The packetsSent stay at 0. You can see this issue easily by opening following page in iOS Safari https://makarandp0.github.io/iosSafariVideoConstraintsIssue.html Sources at: https://github.com/makarandp0/makarandp0.github.io/blob/master/iosSafariVideoConstraintsIssue.html
<rdar://problem/61747755>
Pull request: https://github.com/WebKit/WebKit/pull/18077
Committed 268386@main (201af2ff253c): <https://commits.webkit.org/268386@main> Reviewed commits have been landed. Closing PR #18077 and removing active labels.