
Zoom Meeting SDK for React Native
OfficialFreeEmbed Zoom meetings seamlessly in your React Native apps.
Free · Opens the source repo
What Zoom Meeting SDK for React Native does
The Zoom Meeting SDK for React Native is designed for developers looking to integrate Zoom meeting functionalities directly into their mobile applications. This SDK allows you to implement features such as joining and starting meetings using the Zoom platform, all within a React Native environment. By utilizing the @zoom/meetingsdk-react-native wrapper, developers can access a range of core APIs that facilitate the meeting lifecycle, including initialization, authentication, and cleanup processes.
To get started, developers should refer to the provided setup guides for both iOS and Android platforms, which detail the necessary configurations and dependencies required to use the SDK effectively. The skill includes examples for common use cases, such as the join and start meeting patterns, which demonstrate how to handle JWT authentication and manage meeting settings. The documentation also covers the architecture of the SDK, explaining the interaction between the JavaScript layer and the native bridge for both platforms.
This skill is particularly useful for mobile developers who need to embed video conferencing capabilities into their applications without redirecting users to external platforms. It provides a streamlined user experience by allowing users to join or start meetings directly from the app. Additionally, the troubleshooting section addresses common issues and version drift, ensuring developers have the resources they need to resolve potential challenges during implementation.
Overall, the Zoom Meeting SDK for React Native is a comprehensive solution for developers aiming to enhance their applications with robust video conferencing features, leveraging the reliability and scalability of the Zoom platform.
When to use it
Use this skill when developing a React Native app that requires embedded Zoom meeting capabilities for seamless user access.
When not to use it
This skill is not suitable for applications that do not require video conferencing or for developers using Expo, as it does not support that framework.
What you can build with it
Integrating Video Conferencing
Developers can use this SDK to integrate Zoom's video conferencing capabilities directly into their mobile applications, providing users with a seamless experience.
Creating Custom Meeting Flows
With the provided examples for join and start meeting patterns, developers can create custom flows that suit their application's specific needs.
Handling Native Dependencies
The skill guides developers through the necessary native setup for both iOS and Android, ensuring all dependencies are properly configured.
How to install Zoom Meeting SDK for React Native
View source1. Install with the skills CLI
npx skills add anthropics/knowledge-work-plugins/react-native --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by anthropicsZoom Meeting SDK (React Native)
Use this skill when building React Native apps that need embedded Zoom meeting join/start flows.
Quick Links
- Lifecycle Workflow - init -> auth -> join/start -> in-meeting -> cleanup
- Architecture - JS wrapper, native bridge, iOS/Android SDK layers
- High-Level Scenarios - practical product patterns
- Setup Guide - install package + platform requirements
- Join Meeting Pattern - JWT + meetingNumber + password
- Start Meeting Pattern - ZAK-based host start
- SKILL.md - full navigation
Core APIs (Wrapper)
From @zoom/meetingsdk-react-native wrapper surface:
initSDK(config)isInitialized()updateMeetingSetting(config)joinMeeting(config)startMeeting(config)cleanup()
See: Wrapper API
Critical Notes
- You still need native iOS/Android Meeting SDK dependencies configured.
joinMeetingandstartMeetingreturn numeric status/error codes from native layer.- For host start flow, pass
zoomAccessToken(ZAK). - Keep JWT generation on backend, never embed SDK secret in app.
- Current docs note React Native support up to
0.75.4; Expo is not supported.
Platform Guides
- iOS Setup - Podfile, optional ReplayKit/app group fields
- Android Setup - Gradle dependency + options mapping
- Native Bridge Notes - behavior differences and gotchas
Troubleshooting
Related Skills
- zoom-meeting-sdk - parent Meeting SDK hub
- zoom-oauth - auth flow and token management
- zoom-general - cross-product architecture decisions
Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Frequently asked questions about Zoom Meeting SDK for React Native
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
