flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
133 stars 147 forks source link

Ask for permission many times #113

Open benyaminbeyzaie opened 3 years ago

benyaminbeyzaie commented 3 years ago

I call the setup function in initState of my app and it keep asking permission for call accounts many times how can I make it just for one time?

benyaminbeyzaie commented 3 years ago

If I want to handle the permissions by myself what permission do I need to ask from user before calling setup()?

janhelwich commented 2 years ago

Hi @benyaminbeyzaie, I just realized it only stays ON if click on the text of your app, not on the toggle itself. maybe this helps.. ;/