Disable Gallery view as well as background run

Hi techies23,

Thanks for using Zoom SDK. Regarding your questions:

  1. Unfortunately, Disabling gallery view on iOS SDK is not supported.
  2. You can implement the listener that detects whether the app is in foreground or background, such as onPause/onResume or onAppBackgrounded/onAppForegrounded(if you are using Lifecycle), there are multiple ways to detect this behavior. Once the event is triggered, call leaveCurrentMeeting(boolean) method in Zoom SDK to leave the meeting.

Let me know if you have any other questions.Thanks!