Setting the file. One moment.
Skill 120 · Zoom Meeting SDK React Native
Subchapter 120.3
references/native-bridge-notes.mdMarkdown621 BView on GitHub
ZoomSDK.initialize(...) with wrapperType = 2.joinMeeting and startMeeting resolve numeric result codes.Also bundled
ArchitectureMobileRTC + auth service (sdkAuth with JWT).joinMeeting/startMeeting call native meeting service methods and resolve/reject promises.The wrapper currently behaves as command-based API with limited cross-platform event exposure. Build app-level state handling around command results and native UI transitions.