ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

Peer's video is landscape when in portrait orientation #56

Open wumbo opened 8 years ago

wumbo commented 8 years ago

I'm running the app on an iPad, with a video call to the browser version running in Chrome. The video coming from the browser to the iPad is landscape, while the iPad is portrait, so there are big black bars at the top and bottom of the screen.

Is there any way to change it to portrait?

I am running my own apprtc-node-server, if that makes a difference.