Hi Everyone,
I’m using the Zoom SDK to implement a video call feature in my Android application. I followed the documentation and sample app thoroughly, and everything works as expected during development and testing.
However, after publishing the app on the Play Store, I received a “Non-Compliance” issue related to the usage of permissions: READ_MEDIA_IMAGES
/READ_MEDIA_VIDEO
.
I haven’t explicitly added these permissions to my app, so I suspect they might be included indirectly through the SDK or its dependencies. Has anyone encountered a similar issue or found a solution for this?
Any guidance on resolving this would be greatly appreciated.