Hi Elaine,
Thanks for your reply! To clarify, we only use the Zoom Meeting SDK
, Not the Zoom Video SDK
. And we don’t use the Screen Sharing
feature. Does removing the MEDIA_PROJECTION
and MEDIA_PLAYBACK
permissions still work in this case?
We are wondering because you said the following in the above messages:
“If you’re using our Meeting SDK, the "mediaProjection|mediaPlayback|microphone|connectedDevice"
these four permissions are necessary.” (link)
We did some experiments and removed the MEDIA_PROJECTION
and MEDIA_PLAYBACK
permissions from our app. Though it crashes when users first initiate a Zoom meeting, when interacting with the Android permission prompts. We are able to prevent the crashes by prompting users the permissions requests outside of the Zoom SDK, before initiating the Zoom meeting. But this is a bit hacky and we are wondering if there is any better way to prevent the crashes. Or if Zoom developers are able to fix the crashes in a new SDK version. We posted the details about the Zoom SDK crashes in this thread
Thank you for helping check!