Closed mapys closed 3 years ago
I got it. I adjusted the width and media tracking constraints for smaller devices
case SCREEN_SIZE.SM: {
this.frameWidth = 360;
this.frameHeight = 480;
this.videoOptions.width = 360;
this.videoOptions.height = 480;
break;
}
Hi!
I'm wondering if it's possible to force the user's video stream to landscape even if they are holding the phone in a portrait position.
Here's the expected outcome when I served the app on my desktop's browser. The user's video stream - the one on the top - is on landscape
Here's the actual outcome when served on mobile while holding the phone in portrait. The stream is on landscape when auto-rotate is active and the phone is held in a landscape position.