Issue with zoom web sdk footer css

I have used zoom client web sdk inorder to start and join meetings in react app only. I am having issues with css icons like mute and video are hidden behind a menu.


is there any way to fix this css issues?

Hey @akash1,

Thank you for reaching out to the Zoom Developer Forum. This seems like it’s related to how the dependencies are imported. I would first reference our Sample React App as well as our documentation on building your app.

You can also compare the dependencies in the package.json file to ensure that you’re importing the expected versions.

If that doesn’t help, are you able to share the version that you’re using and any errors in the browser console?

Thanks,
Max

I was able to resolve the issue by putting css links for zoom web sdk. Thank you very much

1 Like

Great! I’m glad that helped. I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Max