# Zoom Video Sdk Android

> Zoom Video SDK for Android native apps. Use when building custom Android video experiences with full UI control, session tokens, raw media options, and event-driven participant state.

- Skill: `zoom-skills/zoom-video-sdk-android` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add zoom-skills/zoom-video-sdk-android`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zoom-skills/zoom-video-sdk-android/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-android

---


# Zoom Video SDK (Android)

Use this skill when building Android apps with custom real-time video sessions.

> **Current release:** `2.6.0` (verified 2026-07-10). The bundled API inventory below is from
> `2.5.10`. Read [the 2.6.0 upgrade notes](../references/native-2.6.0-upgrade.md) and verify exact
> Java/native declarations in the downloaded `2.6.0` package.

## Start Here

1. [android.md](android.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/android-reference-map.md](references/android-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 Android 2.5.10 includes `Docs/skills/zm-videosdk-android-api/SKILL.md` and paired `Docs/*-API.md` / `Docs/*-API.json` references.

- Use this repository skill for architecture, implementation workflow, scenarios, and troubleshooting.
- Use the bundled skill and `Docs/index.md` for exact 2.5.10 signatures, enums, callback timing, threading, role checks, and callback-object lifetime.
- Treat package headers and exported Java APIs as authoritative if generated documentation conflicts with code.
- For RTMS signaling, media sockets, protocol messages, and backend processing after `ZoomVideoSDKRTMSHelper` starts the stream, chain to [zoom-rtms](../../rtms/SKILL.md).
- See [references/android-reference-map.md](references/android-reference-map.md) for the high-value modules and corrected archive-relative paths.

## Key Sources

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

## Operations

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

