Agent Skills
› openai/plugins
› zoom-video-sdk-react-native
zoom-video-sdk-react-native
GitHub用于在React Native应用中构建基于Zoom Video SDK的自定义视频会话体验。涵盖SDK初始化、事件监听、JWT后端生成及音视频等辅助API调用,强调事件驱动设计与生命周期管理。
Trigger Scenarios
需要在React Native中集成Zoom视频通话功能
实现自定义视频会议UI与状态管理
处理Zoom视频会话的生命周期与事件
Install
npx skills add openai/plugins --skill zoom-video-sdk-react-native -g -y
SKILL.md
Frontmatter
{
"name": "zoom-video-sdk-react-native",
"description": "Zoom Video SDK for React Native. Use when building custom mobile video session experiences\nwith @zoom\/react-native-videosdk, event listeners, helper-based APIs, and backend JWT token flows."
}
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.
Version History
- 11c74d6 Current 2026-07-19 09:54


