Setting the file. One moment. Common Issues · Zoom Video SDK React Native · anthropics/knowledge-work-plugins · Skills Docs
- Validate JWT token format/expiry and claims.
- Ensure SDK init/provider setup completed before join.
- Validate join config fields and naming (
userName vs username mismatch by version).
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Official Sources
- Register listeners before join where possible.
- Avoid duplicate listeners in multiple screens.
- Ensure cleanup/unsubscribe on unmount.
- Confirm in-session preconditions for helper calls.
- Re-check permission state on mobile OS.
- Map and log error enums for diagnosis.
- Verify React Native + package version compatibility.
- Reinstall pods/gradle dependencies after package changes.
- Validate native bridge files and linked binaries.
- CMake/Gradle failures in native modules (for example repeated
build.ninja dirty/regeneration failures).
- Move project to a short path (example
C:\temp\rn-video-sdk-example).
- Clean Android artifacts and rebuild from the shorter path.
- Red screen in
src/App.tsx or startup bundle: module cannot be found.
- Dependency points to a relative local link (
../) that does not resolve in copied project layout.
- Pin/install published package version (example
@zoom/react-native-videosdk@2.4.5).
- Reinstall node modules and restart Metro.
- Add
android/local.properties with valid sdk.dir.
- Ensure
ANDROID_HOME, ANDROID_SDK_ROOT, and PATH (platform-tools) are set in the shell running react-native run-android.
troubleshooting/common-issues.md