# Zoom Video Sdk IOS

> Zoom Video SDK for iOS native apps. Use when building custom iOS video sessions with full UI control, token-based session auth, and event-driven media/participant flows.

- Skill: `zoom-skills/zoom-video-sdk-ios` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add zoom-skills/zoom-video-sdk-ios`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zoom-skills/zoom-video-sdk-ios/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zoom (https://skillmd.com/u/zoom-skills)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/zoom-skills/zoom-video-sdk-ios

---


# Zoom Video SDK (iOS)

Use this skill when building custom iOS video session experiences.

> **Current release:** `2.6.0` (verified 2026-07-10). It changes singleton access, adds required
> `util.framework` and `zContext.framework`, and includes other breaking API changes. The bundled
> inventory below is `2.5.10`; use [the upgrade notes](../references/native-2.6.0-upgrade.md).

## Start Here

1. [ios.md](ios.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/ios-reference-map.md](references/ios-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)

## SDK-Bundled API Skill

Video SDK iOS 2.5.10 includes `Sample-Libs/Docs/zm-videosdk-ios-api/SKILL.md` and paired `Sample-Libs/Docs/*-API.md` / `Sample-Libs/Docs/*-API.json` references.

- Use this repository skill for architecture, implementation workflow, scenarios, and troubleshooting.
- Resolve the bundled documentation root as `Sample-Libs/Docs`, not the archive root assumed by the unadapted bundled instructions.
- Use the bundled docs for exact Objective-C signatures, delegate completion, role checks, state machines, and object lifetime; use the packaged headers as final authority.
- For RTMS signaling, media sockets, protocol messages, and backend processing after the native helper starts the stream, chain to [zoom-rtms](../../rtms/SKILL.md).
- See [references/ios-reference-map.md](references/ios-reference-map.md) for high-value modules and sample locations.

## Key Sources

- Docs: https://developers.zoom.us/docs/video-sdk/ios/
- API reference: https://marketplacefront.zoom.us/sdk/custom/ios/annotated.html
- Parent skill: [../SKILL.md](../SKILL.md)

## Operations

- [RUNBOOK.md](RUNBOOK.md) - 5-minute preflight and debugging checklist.

