zoom-video-sdk-unity

Integrate Zoom Video SDK into Unity projects for custom video sessions.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill zoom-video-sdk-unity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-video-sdk-unity
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/video-sdk/unity
Command: npx skills add https://github.com/zoom/zoom-plugin --skill zoom-video-sdk-unity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integrates Zoom Video SDK into Unity projects to build custom video experiences within interactive scenes and apps.

Core Features & Use Cases

  • Unity wrapper for Zoom Video SDK enables session lifecycle mapping, event handling, and UI synchronization.
  • Token-based authentication flow with backend server to join and manage video sessions.
  • Supports building interactive, in-scene video experiences such as live sessions, demonstrations, and training simulations.

Quick Start

Initialize the Unity Video SDK wrapper, fetch a session token from the backend, and join a session with a given session name and user identity.

Frequently Asked Questions about zoom-video-sdk-unity

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

FAQPage Schema
How do I integrate Zoom Video SDK into Unity for custom video sessions?

To integrate Zoom Video SDK into Unity, use a Unity wrapper to map session lifecycle events and synchronize UI. Fetch a session token from your backend, configure platform mic and camera permissions, then initialize the wrapper to join video sessions.

What's the best way to manage Zoom Video SDK session lifecycle in a Unity scene?

Manage Zoom Video SDK session lifecycle in a Unity scene by using the Unity wrapper to handle event mapping and UI synchronization. This maps native session events to Unity behaviors, keeping interactive video experiences stable during live sessions and training simulations.

Do I need a backend server to authenticate Zoom Video SDK in Unity?

Yes, you need a backend token endpoint to authenticate Zoom Video SDK in Unity. The backend generates session tokens required for users to join and manage video sessions, securing the interactive in-scene video experience.

Can I build interactive live video experiences in Unity using Zoom Video SDK?

Yes, you can build interactive live video experiences in Unity using Zoom Video SDK. It supports in-scene video for live sessions, demonstrations, and training simulations by synchronizing real-time video events with Unity UI components.

What permissions are required to run Zoom Video SDK video sessions on Unity?

Running Zoom Video SDK video sessions in Unity requires platform microphone and camera permissions. Configuring these access rights ensures the Unity wrapper can capture and stream audio and video during real-time custom video sessions.

Why does my Unity wrapper fail to join a Zoom video session?

A Unity wrapper fails to join a Zoom video session if the backend token endpoint is unreachable, platform mic or camera permissions are denied, or the session name and user identity are invalid. Verify token authentication and permissions first.