Integrate Zoom meetings into React Native apps and troubleshoot SDK setup issues.
The material indicates this is essentially an open-source prompt/documentation-style integration guide for embedding the Zoom Meeting SDK in React Native, with no declared environment variables or its own remote endpoints. Overall risk is low, but the docs reference Zoom JWT/ZAK credentials and native mobile SDK integration, so credential handling and third-party SDK dependencies still require attention in real deployments.
The material explicitly mentions JWT authentication and that host-start flows require a zoomAccessToken (ZAK), while warning not to embed the SDK secret in the app. Although the skill itself declares no required environment variables, the workflow it documents handles sensitive Zoom credentials, creating a normal implementation risk of leakage or misuse if handled improperly.
No remote endpoint is declared for the skill itself, and the system check also marks no remote host. In context, it supports normal Zoom Meeting SDK networking, but the material shows no sign of sending data to unknown or unrelated endpoints.
This item is classified as prompt-only, providing React Native and iOS/Android SDK integration and troubleshooting guidance rather than a directly executable local agent or command tool. The material does not show that it itself can spawn processes, execute arbitrary code, or invoke system capabilities beyond documentation guidance.
Based on the material, the skill itself is mainly documentation and integration guidance, with no declared ability to read or write local files, databases, clipboard contents, photos, or similar data sources. While it mentions native platform setup and optional ReplayKit/app group fields, there is no indication of data access beyond what is typical for Zoom meeting embedding.
Positive factors include that it is hosted on GitHub and open source, which materially lowers risk through auditability; however, the repository has 0 stars, no declared license, and unknown maintenance status, so community validation and maintenance signals are weak. There is no explicit malicious indicator, so caution is more appropriate than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "zoom-meeting-sdk-react-native" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/meeting-sdk/react-native/SKILL.md 2. Save it as ~/.claude/skills/react-native/SKILL.md 3. Reload skills and tell me it's ready
Please guide me to integrate @zoom/meetingsdk-react-native into a React Native iOS and Android app so users can join Zoom meetings with a meeting ID and passcode. Include installation steps, native setup, initialization examples, and join-meeting code.
A complete integration guide with dependency setup, platform configuration, SDK initialization, and sample join-meeting code.
I need to configure JWT authentication for the Zoom Meeting SDK in React Native and support hosts starting meetings. Explain the auth flow, how to generate signatures on the backend, and provide frontend sample code to start meetings.
A solution outline covering JWT auth architecture, backend signature guidance, and frontend sample code for starting meetings.
After integrating the Zoom Meeting SDK into my React Native project, I am seeing native bridge errors or initialization failures on iOS and Android. Please list common causes, debugging steps, and a checklist for Pods, Gradle, permissions, and version compatibility.
A troubleshooting checklist and fix recommendations for React Native Zoom SDK integration issues.
Use this skill when building React Native apps that need embedded Zoom meeting join/start flows.
From @zoom/meetingsdk-react-native wrapper surface:
initSDK(config)isInitialized()updateMeetingSetting(config)joinMeeting(config)startMeeting(config)cleanup()See: Wrapper API
joinMeeting and startMeeting return numeric status/error codes from native layer.zoomAccessToken (ZAK).0.75.4; Expo is not supported.Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Choose the right Zoom surface for a product use case with clear tradeoffs.
Turn an approved brief into social assets, copy, and a staged campaign.
Build custom Zoom mobile video session experiences in React Native apps.
Embed Zoom meetings into iOS apps with auth, UI, and lifecycle support.
Embed Zoom meetings in Electron apps with auth, join flows, and raw data.
Embed Zoom meetings and host or join flows in native macOS apps.
Build fully customized video sessions in native iOS apps with Zoom SDK.
Embed Zoom meetings deeply into native Windows desktop applications with C++.