zoom-meeting-sdk-web Skill
Zoom Meeting SDK for Web - Embed Zoom meeting capabilities into web applications. Two integration options: Client View (full-page, familiar Zoom UI) and Component View (embeddable, Promise-based API). Includes SharedArrayBuffer setup for HD video, gallery view, and virtual backgrounds. Published by anthropics in knowledge-work-plugins.
What is zoom-meeting-sdk-web Skill?
Zoom Meeting SDK for Web - Embed Zoom meeting capabilities into web applications. Two integration options: Client View (full-page, familiar Zoom UI) and Component View (embeddable, Promise-based API). Includes SharedArrayBuffer setup for HD video, gallery view, and virtual backgrounds. Published by anthropics in knowledge-work-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Design and media
- Browser automation use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use zoom-meeting-sdk-web Skill
- Use it for browser automation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/knowledge-work-plugins
- Skill file: partner-built/zoom-plugin/skills/meeting-sdk/web/SKILL.md
What it does
Zoom Meeting SDK for Web - Embed Zoom meeting capabilities into web applications. Two integration options: Client View (full-page, familiar Zoom UI) and Component View (embeddable, Promise-based API). Includes SharedArrayBuffer setup for HD video, gallery view, and virtual backgrounds.
Skill instructions
Zoom Meeting SDK (Web) Embed Zoom meeting capabilities into web applications with two integration options: Client View (full-page) or Component View (embeddable). How to Implement a Custom Video User Interface for a Zoom Meeting in a Web App Use Meeting SDK Web Component View. Do not use Video SDK for this question unless the user is explicitly building a non-meeting session product. Minimal architecture: text Browser page - fetch Meeting SDK signature from backend - ZoomMtgEmbedded.createClient() - client.init({ zoomAppRoot }) - client.join({ signature, sdkKey, meetingNumber, userName, password }) - apply layout/style/customize options around the embedded meeting container Minimal implementation: ts import ZoomMtgEmbedded from '@zoom/meetingsdk/embedded'; const client = ZoomMtgEmbedded.createClient(); export async function startEmbeddedMeeting(meetingNumber: string, userName: string, password: string) { const sigRes = await fetch('/api/signature', { method: 'POST', headers: { 'Content
Explore related resources
Frequently asked questions
What is zoom-meeting-sdk-web?
zoom-meeting-sdk-web is a open-source AI agent skill with Copy skill directory. Zoom Meeting SDK for Web - Embed Zoom meeting capabilities into web applications.
Who is zoom-meeting-sdk-web best for?
zoom-meeting-sdk-web is best for reusing agent instructions, scripts, and references, browser automation workflows, design and media workflows.
How do I install zoom-meeting-sdk-web?
Install or run zoom-meeting-sdk-web using Copy skill directory. Check zoom-meeting-sdk-web for the latest setup command.
Is zoom-meeting-sdk-web actively maintained?
zoom-meeting-sdk-web may need a closer maintenance check before production use.
Auto-fetched from GitHub.