aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

What should be the aspect ratio if splitting mobile screen based on below screenshots? #70

Closed SuhailBt closed 3 years ago

SuhailBt commented 3 years ago

I am trying to split the entire mobile screen as per the attendees in the call. Attaching screenshots for the same

Screenshot from 2021-03-31 16-23-49 Screenshot from 2021-03-31 16-20-06 Screenshot from 2021-03-31 16-20-08

hokyungh commented 3 years ago

Hi you should be able to change aspect ratio for your need. We don't have recommendation on UI. You might want to try different combination to see which one fits the best.

You can see code which changes the aspect ratio.

React Native doesn't currently expose it, so you would need to make modification on RNVideoViewManager like mirror property to expose to react native.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.