Cannot join zoom on iOS device (ZoomSDK 11.0.0)

Tech Stack & Devices

  • Bare React Native (18.2.0) app using ZoomSDK (11.0). with example code from Zoom’s documentation
  • Development environment: MacBook Pro M3
  • Android device: Samsung Galaxy S21
  • iOS device: iPhone 13

Description
I am experiencing an issue where, despite using the same sessionName and sessionPassword , the Android device can join the Zoom meeting without any issues, while the iOS device encounters two errors reported by the Zoom listener EventType.onError

  • Error: {“details”:0,“errorType”:“ZoomVideoSDKError_Internal_Error”}
  • Error: {“details”:0,“errorType”:“ZoomVideoSDKError_JoinSession_Invalid_Password”}

I would appreciate any assistance or insights into resolving this issue. Please let me know if you need any additional information or if something is unclear. Thank you in advance for your help!

1 Like

If possible, could you upgrade to 1.12.5 and see if that fixes the issue?