953 B
953 B
React Native Video Sessions
Use this flow for custom mobile video session products in React Native.
When to Use
- You need full custom UX (not Zoom Meeting UI).
- You are building iOS/Android apps using
@zoom/react-native-videosdk. - You need helper-based features such as chat/share/recording/transcription.
Skill Chain
Typical Flow
- Backend signs short-lived Video SDK JWT.
- App initializes SDK provider and listeners.
- App joins session with tokenized config.
- App drives helper APIs and event-based UI state.
- App leaves session and cleans up resources.