New to Claude Skills? Learn how to install them →

anthropics on GitHub

Zoom Meeting SDK for React Native

OfficialFree

Embed Zoom meetings seamlessly in your React Native apps.

Get this skill

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 source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/react-native --agent claude-code

2. 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 anthropics

Zoom Meeting SDK (React Native)

Use this skill when building React Native apps that need embedded Zoom meeting join/start flows.

Quick Links

  1. Lifecycle Workflow - init -> auth -> join/start -> in-meeting -> cleanup
  2. Architecture - JS wrapper, native bridge, iOS/Android SDK layers
  3. High-Level Scenarios - practical product patterns
  4. Setup Guide - install package + platform requirements
  5. Join Meeting Pattern - JWT + meetingNumber + password
  6. Start Meeting Pattern - ZAK-based host start
  7. 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.
  • joinMeeting and startMeeting return 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

Troubleshooting

Related Skills

Documentation Index

Start Here

  1. SKILL.md
  2. Lifecycle Workflow
  3. Architecture
  4. Setup Guide

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