New to Claude Skills? Learn how to install them →

anthropics on GitHub

Zoom Video SDK for React Native

OfficialFree

Build custom mobile video experiences with Zoom.

Get this skill

Free · Opens the source repo

What Zoom Video SDK for React Native does

The Zoom Video SDK for React Native allows developers to create tailored video session experiences within their mobile applications. This SDK is designed specifically for React Native, enabling seamless integration of video functionalities without relying on standard Zoom Meetings. Instead, it utilizes session tokens for managing video sessions, ensuring a more flexible and customizable approach to video conferencing.

This skill provides a structured lifecycle workflow that guides developers through the process of initializing the SDK, setting up event listeners, joining sessions, and managing session states effectively. The architecture is based on a provider and helper model, which simplifies the interaction with various video functionalities such as audio, video, chat, and recording. Developers can leverage helper-based APIs to streamline their implementation and improve the user experience.

For those looking to integrate Zoom's capabilities into their mobile applications, this skill offers comprehensive documentation, including setup guides and examples of common patterns like session joining and event handling. The included troubleshooting resources also assist in addressing common issues and ensuring smooth integration. This skill is ideal for mobile developers seeking to enhance their applications with video capabilities while maintaining control over the user experience.

When to use it

Use this skill when developing mobile applications that require unique video conferencing features tailored to specific user needs.

When not to use it

This skill may not be suitable for applications that require the full functionality of Zoom Meetings or those that do not need custom video experiences.

What you can build with it

Custom Video Conferencing App

Develop a mobile application that requires unique video functionalities tailored to specific user interactions.

Event-Driven Video Experience

Implement an event-driven design to manage video session states and enhance user experience in real-time.

Integration with Backend Services

Utilize backend JWT token generation for secure session management in your mobile video application.

How to install Zoom Video 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 Video SDK (React Native)

Use this skill for React Native apps that need fully custom video session experiences using Zoom Video SDK.

Quick Links

  1. Lifecycle Workflow - init -> listeners -> join -> helpers -> leave -> cleanup
  2. SDK Architecture Pattern - provider + helper model
  3. High-Level Scenarios - common mobile product patterns
  4. Setup Guide - package + platform setup baseline
  5. Session Join Pattern - tokenized join flow
  6. Event Handling Pattern - event listener to state routing
  7. 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

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

Concepts

Examples

References

Troubleshooting

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.

Frequently asked questions about Zoom Video SDK for React Native

Similar skills