zoom-video-sdk-unity

$npx mdskill add anthropics/knowledge-work-plugins/zoom-video-sdk-unity

Integrate Zoom Video SDK into Unity applications to build custom, interactive video conferencing experiences.

  • Manages the complex state mapping between Unity UI/scene logic and real-time video SDK events.
  • Provides wrappers and integration points for the official Zoom Video SDK APIs within the Unity engine.
  • Guides development through structured documentation covering lifecycle, architecture, and common patterns.
  • Delivers comprehensive developer resources, including runbooks and direct links to official documentation.
SKILL.md
.github/skills/zoom-video-sdk-unityView on GitHub ↗
---
name: zoom-video-sdk-unity
description: |
  Zoom Video SDK for Unity wrapper integrations. Use when building custom Unity-based
  video session experiences and mapping Unity scene/UI state to Video SDK events.
user-invocable: false
triggers:
  - "video sdk unity"
  - "zoom unity sdk"
  - "unity custom video"
  - "unity video session"
  - "unity video wrapper"
---

# Zoom Video SDK (Unity)

Use this skill when building Unity apps that integrate Zoom Video SDK wrapper APIs.

## Start Here

1. [unity.md](unity.md)
2. [concepts/lifecycle-workflow.md](concepts/lifecycle-workflow.md)
3. [concepts/architecture.md](concepts/architecture.md)
4. [examples/session-join-pattern.md](examples/session-join-pattern.md)
5. [scenarios/high-level-scenarios.md](scenarios/high-level-scenarios.md)
6. [references/unity-reference-map.md](references/unity-reference-map.md)
7. [references/environment-variables.md](references/environment-variables.md)
8. [references/versioning-and-compatibility.md](references/versioning-and-compatibility.md)
9. [troubleshooting/common-issues.md](troubleshooting/common-issues.md)

## Key Sources

- Docs: https://developers.zoom.us/docs/video-sdk/unity/
- API reference: https://marketplacefront.zoom.us/sdk/custom/unity/index.html
- Broader guide: [../SKILL.md](../SKILL.md)

## Operations

- [RUNBOOK.md](RUNBOOK.md) - 5-minute preflight and debugging checklist.
More from anthropics/knowledge-work-plugins