Zoom iOS & Android Safe Driving Mode Issue

Hi @kaitlynnst, thanks for using the dev forum.

This mode is actually something that can be configured only through your SDK implementation. In order to disable this in your app, you would need to set a property when joining the meeting.

For Android:
When joining or starting the meeting, set no_driving_mode on your MeetingOptions object to true.

For iOS:
Call into disableDriveMode after initializing the meeting.

Thanks!