-
Notifications
You must be signed in to change notification settings - Fork 460
Can CallKeep be used with WebRTC #363
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, yes you can use it to do that. |
@sboily But why we have to give permission to PhoneAccounts stuff in android in Whatsapp and Telegram likes apps never ask such a permission |
Take a look at self managed capability. I patch the current module to avoid the phoneAccount permission based on this PR (with some modifications) |
@Jerome91410 Is it possibile to share that patched version of it ? |
It is better to use the PR pushed by luxiliu. |
self managed support is now merged in master. |
I am building a video/audio call app and I am using react-native-webrtc module for this and I want to keep application running in the background and receive incoming calls to show users call ui to accept calls etc. but I am not sure if callkeep is the
right module to use for this purpose ( both running foreground service and receiving calls in background or killed app )
The text was updated successfully, but these errors were encountered: