Lock meeting UI in horizontal mode

I want to lock meeting UI as a horizontal mode in android. Is there any api supporting it? otherwise what to do?

Hi sourav,
Thanks for using Zoom SDK. We do not have an interface for this purpose, but if you can refer to our sample app2 (https://github.com/zoom/zoom-sdk-android/tree/master/mobilertc-android-studio/example2), which is similar to what you are trying to achieve. If you are using Custom UI, you can set the orientation of the meeting Activity on your own.

Thanks!