cordova-rtc / cordova-plugin-iosrtc

Cordova iOS plugin exposing the WebRTC W3C API
MIT License
690 stars 338 forks source link

use SAI to adjust the top/left corner from the client #771

Closed jerry2013 closed 1 year ago

jerry2013 commented 1 year ago

This is to solve the problem I encountered when using the iPhone 13 in landscape mode.

When the wkwebview is not full screen, the video was rendered to the left of the actual

hthetiot commented 1 year ago

Thank you @jerry201 Great contribution as usual.