Skip to content

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

Open
esinanturan opened this issue Feb 12, 2021 · 6 comments
Open

Can CallKeep be used with WebRTC #363

esinanturan opened this issue Feb 12, 2021 · 6 comments

Comments

@esinanturan
Copy link

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 )

@sboily
Copy link
Member

sboily commented Feb 13, 2021

Hello, yes you can use it to do that.

@esinanturan
Copy link
Author

@sboily But why we have to give permission to PhoneAccounts stuff in android in Whatsapp and Telegram likes apps never ask such a permission

@Jerome91410
Copy link
Contributor

Jerome91410 commented Feb 15, 2021

Take a look at self managed capability.

I patch the current module to avoid the phoneAccount permission based on this PR (with some modifications)
#310

@esinanturan
Copy link
Author

esinanturan commented Feb 16, 2021

@Jerome91410 Is it possibile to share that patched version of it ?

@Jerome91410
Copy link
Contributor

It is better to use the PR pushed by luxiliu.
My patch only responds to my use cases.

@sboily
Copy link
Member

sboily commented May 5, 2021

self managed support is now merged in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants