-
Notifications
You must be signed in to change notification settings - Fork 462
Question about how to use the self-managed mode on Android #813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, thanks, in advance |
did you find any way to set up self managed mode on android? |
any update? |
Did you find a solution to not ask for the extra permissions? |
If it's useful to anyone, I did get self managed mode to work using @notifee/react-native. For us the issue is that we need to ask for permissions that would confuse our users, but again I'm not even sure that what we want is actually feasible as navigating the Android documentation (and CallKeep's) is quite hard without a full native context. |
Bug report
[x ] I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
Good evening, I am trying to implement react-native-callkeep, but we encountered an issue where it requires the phone account permission, and on various phone manufacturers, it’s difficult to find where to activate the flag, which is concerning for the end user. We tried the self-managed mode, but we couldn’t get it to work; we don't fully understand how to implement it as the provided documentation is not very complete. Nevertheless, we appreciate the effort. Our idea is to receive a silent push notification, display a call alert even if the app is not open or the phone is locked, and upon answering the call, redirect the user to a screen with a two-participant room using WebRTC. If anyone could kindly provide advice on this topic, it would be much appreciated. Thank you very much.
Versions
The text was updated successfully, but these errors were encountered: