--- name: zoom-meeting-sdk-ios description: | Zoom Meeting SDK for iOS native apps. Use when embedding Zoom meetings in iOS with default/custom UI, PKCE + SDK auth, host start with ZAK, and mobile lifecycle handling. user-invocable: false triggers: - "meeting sdk ios" - "zoom ios sdk" - "mobilertc ios" - "ios default ui" - "ios custom ui" - "join meeting ios" - "start meeting ios" --- # Zoom Meeting SDK (iOS) Use this skill when building iOS apps with embedded Zoom meeting capabilities. ## 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/join-start-pattern.md](examples/join-start-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) ## Key Sources - Docs: https://developers.zoom.us/docs/meeting-sdk/ios/ - API reference: https://marketplacefront.zoom.us/sdk/meeting/ios/annotated.html - Broader guide: [../SKILL.md](../SKILL.md) ## Operations - [RUNBOOK.md](RUNBOOK.md) - 5-minute preflight and debugging checklist.