Knowledge-work-plugins zoom-video-sdk-react-native
install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/partner-built/zoom-plugin/skills/video-sdk/react-native" ~/.claude/skills/anthropics-knowledge-work-plugins-zoom-video-sdk-react-native && rm -rf "$T"
manifest:
partner-built/zoom-plugin/skills/video-sdk/react-native/SKILL.mdsource content
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
- 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
Related Skills
Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.