Web SDK Styles loading issues

Hey, I’m having issues with the WebSDK. I can join meetings and see the host fine, but all the dropdowns show up as bullet points instead of dropdowns, and when people join the meeting their video isn’t showing up. Also, my own video is showing up twice for some reason.

index.js

import { ZoomMtg } from “@zoomus/websdk”;
ZoomMtg.setZoomJSLib(“https://source.zoom.us/1.7.2/lib”, “/av”); //Originally didn’t have this, but without it trying to join a meeting throws a bunch errors and crashes.
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

index.html

Hey @That-Tech-Guy, thanks for posting and using Zoom!

Are you including the following 2 style links in your index.html?

Thanks,
Tommy

Thanks Tyler! That worked like a charm!

1 Like

Happy to hear it worked! :slight_smile:

-Tommy