Crashes After Removing Foreground Service Permissions From Manifest

Hi @elaine.ku ,

Thanks for your suggestion! I’m actually Dan’s colleague and we are working on solving the issue for the same app.

As I mentioned in another thread. We were able to prevent the crashes by prompting users the permissions requests before initiating the Zoom meeting.

From our testing, only prompting the RECORD_AUDIO permission before Zoom is initialized can only prevent one of the crashes. We have to also prompt the Manifest.permission_group.NEARBY_DEVICES and Manifest.permission_group.PHONE to prevent all crashes. Though this is a bit hacky and we are wondering if there is any better way to address this? Or if Zoom developers have any plans to fix these crashes in a new SDK version?

Thanks for the help!

Guangda