You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm an iOS developer working in Korea. I implemented real-time screen sharing functionality using your library. Thank you. However, I've encountered a problem. When testing on an iPad, it seems that the screen ratio is saved in reverse when creating the writer instance by passing screen.bounds.size directly.
So, when I initialize it in reverse, it worked well, like the code below:
Hello, I'm an iOS developer working in Korea. I implemented real-time screen sharing functionality using your library. Thank you. However, I've encountered a problem. When testing on an iPad, it seems that the screen ratio is saved in reverse when creating the writer instance by passing screen.bounds.size directly.
So, when I initialize it in reverse, it worked well, like the code below:
When I changed it to pass the values in accordance with the iPad ratio, the video was saved correctly.
The text was updated successfully, but these errors were encountered: