ui-toolkit

Embed a prebuilt Zoom Video SDK conferencing UI in React, Vue, Angular, Next.js, or vanilla JS projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zoom/zoom-developers-plugin-codex --skill ui-toolkit-zoom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-toolkit
Source: https://github.com/zoom/zoom-developers-plugin-codex/tree/main/skills/ui-toolkit
Command: npx skills add https://github.com/zoom/zoom-developers-plugin-codex --skill ui-toolkit-zoom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a ready-to-use UI for Zoom Video SDK sessions, enabling developers to deploy a complete conferencing UI with minimal setup.

Core Features & Use Cases

  • Prebuilt UI: Ready-to-run Zoom Video SDK user interface with chat, video, and controls.
  • Quick integration: Drop-in UI for React, Vue, Angular, Next.js, or vanilla JS projects.
  • Configurability: JWT-based authentication, sessionName, userName, and feature toggles.

Quick Start

Mount the prebuilt UI Toolkit inside your app shell using a valid videoSDKJWT, sessionName, and userName.

Frequently Asked Questions about ui-toolkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed Zoom Video SDK UI into my web app?

You can embed Zoom Video SDK UI by mounting the prebuilt UI Toolkit inside your app shell. It provides a ready-to-run conferencing interface with chat, video, and controls for rapid session setup.

Can I use Zoom UI Toolkit with Vue, Angular, or vanilla JS projects?

Yes, the Zoom UI Toolkit supports React, Vue, Angular, Next.js, and vanilla JS projects. It offers a framework-agnostic drop-in UI for quick integration across these frontend environments.

How do I authenticate a Zoom Video SDK session for UI Toolkit?

You must generate a server-side videoSDKJWT to authenticate the Zoom Video SDK session. Pass this valid JWT token along with sessionName and userName when mounting the UI Toolkit components.

What is included in the prebuilt Zoom Video SDK user interface?

The prebuilt Zoom Video SDK user interface includes ready-to-run chat, video, and control features. It allows developers to deploy a complete conferencing UI with minimal setup and configurable feature toggles.

Why is my Zoom UI Toolkit video session not rendering correctly?

Rendering issues often occur due to missing correct CSS imports or improper lifecycle management of the UI Toolkit components. Ensure your project properly imports the required CSS and manages the component lifecycle.