Hi all,
We have build a simple app that's using Webex SDK to make video and/or audio calls.
We are using the following Webex API: dial, hangup, sendDTMF, setSendingAudio, getVideoRenderViews,setVideoRenderViews,setSendingVideo, and Webex OAuth apis.
Other than the Webex API, we are not using anything else to record and listen to the audio/video communications.
Now we are preparing to do app submission to the Google Play Store.
In the Google Play Store, there's the "Data Safety" section where it asked some of following questions:
-Does your app collect or share any of the required user data types? Yes/No
Resource link: https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#types&zippy=%2Cdata-types
-Is all of the user data collected by your app encrypted in transit? Yes/No
Resource link: https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#other&zippy=%2Cother-app-and-data-disclosures
-Do you provide a way for users to request that their data is deleted? Yes/No
Resource link: https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#other&zippy=%2Cother-app-and-data-disclosures
We are not sure on how to answer this since all the communications are done using the Webex SDK.
Would anyone in the Webex SDK team be able to help on answering this question?
Also I have provided some screenshots that show different permissions that appear in on our app.
We are not that familiar with these permission but we are guessing the record audio and record video permission must be required for the Webex SDK? If this true, what're the recordings being used for?
Thank you