Does Andriod SDK customUI support landscape screen(16:9)

Description
Does Andriod SDK customUI support landscape screen(16:9).

Which Android Meeting SDK version?
androidx_5.5.1.1316

Hi @aaronxu33, thanks for the post.

When you enable custom UI mode in the Android SDK, the SDK itself actually will no longer be responsible for any UI layouts. Instead, you are solely responsible for 100% of the appearance and behavior of your meeting UI. As a result, the only limitations around screen support are those imposed by your own implementation.

Thanks!

@jon.zoom , thanks for the reply, let me transfer it to development team.

@jon.zoom ,currently the screen has 4 videos , we want it has 9 videos.
any suggestions? thanks

Hi @aaronxu33,

Since a custom UI gives you absolute control over the appearance and behavior of your meeting UI, we cannot provide guidance on how to implement specific layouts. I can say that there are no limitations imposed by the SDK which would prevent you from simultaneously showing 9 instances of MobileRTCVideoView.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.