ChatActivity is only available in portrait mode. Can it be set to landscape mode?

I’m using the default UI.
It seems that ChatActivity has been changed since SDK v5.16 and is now only available in portrait mode.
I would like to use Chat in landscape mode as well.
Is it possible to change the settings to landscape mode?

The new ChatActivity does not have the initial focus, so key operations are not possible.
Previously, the focus was on the Close button. Please fix this.

It seems like the focus goes off the screen even after I input chat and press the send button.
Please reply.

Is there any update on this?

Is there any update on this?

Is there any update on this?

It seems that there are no changes in the latest SDK.
Is there any update on this?

Is there any update on this?

Is there any update on this?

Is there any update on this?

Is there any update on this?

Hi @akio
Sorry for the late reply here!
Have you tried running the latest version of our Meeting SDK for Android and test the behavior?

@elisa.zoom
Thank you for your reply.
This is also happening with the latest SDK.
I think this is because the following Activity is set to portrait.

<activity android:name=“us.zoom.zmeetingmsg.MeetingChatActivity” android:configChanges=“orientation|screenSize|smallestScreenSize|layoutDirection|screenLayout|keyboardHidden|uiMode|colorMode” android:screenOrientation=“portrait” android:windowSoftInputMode=“stateHidden|adjustResize”/>

Is there a chance this will change in the future?