Current Implementation
We are currently developing a service that enables face-to-face interviews between two parties using a video SDK. For the user interface implementation, we are directly utilizing the UI Tool Kit provided by Zoom.
Display Issues
When viewing the interview screen on an iPhone in portrait orientation, only one toolbar button is visible, and the user’s own video feed does not appear. Switching to landscape orientation allows the user’s video to display and slightly more buttons to become visible.
Question
How can we adjust the layout to ensure both participants’ video feeds and additional functional buttons remain fully visible in portrait orientation?
Sorry for the delayed response.
We are adjusting the size using calc() because displaying the UI Toolkit across the entire screen would exceed the screen height and result in poor usability.
The current UI is implemented as follows:
We are using MUI v6 as our UI framework.
The issue where component sizes become too small on smartphones is due to a problem with the calc() settings, but I’m wondering if it’s possible to display it to fit the screen width without adjusting the size at all?