Set video orientation from react-web app

I have deployed the zoom video sdk samples on both android and react-web apps.

The video preview on the react-web app is showing in portrait. But the remote side video on the android (Which is sent from react-web version) is showing in landscape.

I would like to see the video in full screen on android device.

How To Reproduce
Steps to reproduce the behavior including:
*1. Use the zoom video sdk sample apps on android and react-web app on 2 different phones and be in the same session.
*2. Observe the self video on the react-web version, it is in portait. But the remote side video on the android version is in landscape.

Expected Result:
The remote side video on the android app side must be in portrait and in full screen.

Duplicate of Change video orientation on react-web and android sdk, please follow the thread there.