Setting the file. One moment. Common Issues · UI Toolkit/web · anthropics/knowledge-work-plugins · Skills Docs
Quick diagnostics for Zoom Video SDK UI Toolkit (Web).
Fix:
- Ensure you import the toolkit CSS:
@zoom/videosdk-ui-toolkit/dist/videosdk-zoom-ui-toolkit.css
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
For bundlers, verify CSS handling is enabled (Vite/Next.js).
- Load UI Toolkit only on the client (dynamic import in a client component).
- Missing/invalid
videoSDKJWT
- Expired JWT
- Using Meeting SDK credentials/signature instead of Video SDK credentials/JWT
- Session name/passcode mismatch
- Generate JWT server-side; keep TTL short; check clock skew.
- Log the join errors surfaced by the toolkit callbacks.
Common cause: The container has no height (common in flex layouts).
- Ensure the container has an explicit height (for example
height: 100vh).
Reality: UI Toolkit is optimized for fast, prebuilt UI. It’s not meant to expose every internal tile/control as a first-class primitive.
- If you need fully custom layout, use raw Zoom Video SDK and build your own UI.
troubleshooting/common-issues.md