voxeet / voxeet-uxkit-reactnative

https://www.npmjs.com/package/@voxeet/react-native-voxeet-conferencekit
MIT License
11 stars 12 forks source link

Can not receive video call of users deny (blocked) microphone on android #51

Closed hungkoala closed 2 years ago

hungkoala commented 2 years ago

if users block the microphone on the Settings, the application cannot receive video calls Expected: the system can receive video calls but users cannot talk as iOS version

for more details please check this link

https://drive.google.com/file/d/1Qe__c2fPtJPT5fAguHBcCMJmtc1xlZOt/view?usp=sharing

codlab commented 2 years ago

It's actually an iOS issue. Getting into conferences without microphone permissions while not being a listener means that the user experience will drastically decline and they won't be able to properly interact at all : anti pattern

The developers needs to check for permissions before hand and act upon this to actually redirect the user to the application settings and ask them to manually turn them on

For more information, the Request app permissions gives everything related to this specific kind of workflow.