Description
A clear and concise description of what the question is.
How can I make my Web SDK to stop displaying an upside down videos of other participants Error
The full error message or issue you are running into.
I got no errors . Every other thing was working perfectly
Which version?
SDK 1.7.8
Knowing the version can help us to identify your issue faster.
To Reproduce(If applicable)
Steps to reproduce the behavior:
Go to ‘…’
i). git clone https://github.com/zoom/sample-app-web.git --branch master --depth 1
ii). cd sample-app-web/Local
iii). npm install
iv). replaced my api secret and key
v). Used vscode live server to serve the index.html on chrome browser
Thank you so much Mr Tommy.
I ensure that the participants camera was correctly position but when I view them through the sdk web app their images would still upside-down.
I try opening multiple taps of the sdk web app on my chrome browser and I observe that each of the difference tab were showing an inverted video of each other. That is from the first tab the second will appear inverted and from the second the first will appear inverted
Okay, can you send me a github repo that has this issue so I can debug locally? Do you have any custom CSS that might be conflicting with the Web SDK CSS?
I tried running the SDK app on firefox using my ubuntu 18.04 and it worked fine.
Maybe something could be wrong with my chrome browser.
Thanks for your assistance.
It just feels like a great burden has been lifted off my shoulders.