twilio / twilio-voice-react-native

Other
62 stars 22 forks source link

Android - [Feature Request] Permissions #343

Open jgozner opened 3 months ago

jgozner commented 3 months ago

This is more of UX/UI issue.

When the application is launched the SDK immediately prompts the user for permissions. This behaviour is a bit strange when the user isn't even logged into the application. Ideally, the SDK should offer a JS method such as

voice.requestPermissions()

This would allow users to decide when to request these permissions from the user.

mhuynh5757 commented 3 months ago

Hi @jgozner, thanks for your input. I'll discuss with the team and file an internal ticket to track this.

jgozner commented 3 months ago

@mhuynh5757 Thank you!