| name | zoom-video-sdk-react-native |
| description | Zoom Video SDK for React Native. Use when building custom mobile video session experiences
with @zoom/react-native-videosdk, event listeners, helper-based APIs, and backend JWT token flows.
|
| triggers | ["react native video sdk","zoom react native video sdk","@zoom/react-native-videosdk","custom video react native","react native session join","zoom videosdk react native"] |
Zoom Video SDK (React Native)
Use this skill for React Native apps that need fully custom video session experiences using Zoom Video SDK.
Quick Links
- Lifecycle Workflow - init -> listeners -> join -> helpers -> leave -> cleanup
- SDK Architecture Pattern - provider + helper model
- High-Level Scenarios - common mobile product patterns
- Setup Guide - package + platform setup baseline
- Session Join Pattern - tokenized join flow
- Event Handling Pattern - event listener to state routing
- SKILL.md - complete navigation
Core Notes
- Current npm/changelog release:
2.5.10 (verified 2026-07-10).
- Release
2.5.10 adds Broadcast Streaming and AI-oriented documentation and fixes
enableMicOriginalInput.
- Video SDK sessions are not Zoom Meetings and use session tokens.
- JWT generation must stay backend-side.
- Wrapper is helper-heavy (audio/video/chat/share/recording/transcription, etc.).
- Event-driven design is required for robust UI state.
References
SDK-Bundled API Skill
Video SDK React Native 2.5.10 includes docs/ai-docs/skills/zm-videosdk-react-native-api/SKILL.md, paired docs/ai-docs/*-API.md / *-API.json files, TypeScript source under src/, and a working app under example/.
- Keep this repository skill as the workflow and troubleshooting entry point.
- Use
docs/ai-docs/index.md, then the relevant JSON and Markdown pair, for exact wrapper signatures, event payloads, Promise behavior, and platform support.
- Cross-check
src/ before generating code. Do not invent a JavaScript API merely because the native Android or iOS SDK exposes it.
- Ignore the bundled skill's stale 2.5.7 native fallback paths; this package and its local source are 2.5.10.
- See Module Map for high-value modules.
Related Skills
Documentation Index
Start Here
- SKILL.md
- Lifecycle Workflow
- SDK Architecture Pattern
- Setup Guide
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.