| name | zoom-video-sdk-ios |
| description | 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.
|
| triggers | ["video sdk ios","zoom video ios","ios custom video","xcframework video sdk","ios video session"] |
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.
Start Here
- ios.md
- concepts/lifecycle-workflow.md
- concepts/architecture.md
- examples/session-join-pattern.md
- scenarios/high-level-scenarios.md
- references/ios-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.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.
- See references/ios-reference-map.md for high-value modules and sample locations.
Key Sources
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.