Skip to content
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

Cannot handle efficiently a background call on Android #46

Open
henriquetroiano opened this issue Feb 27, 2023 · 0 comments
Open

Cannot handle efficiently a background call on Android #46

henriquetroiano opened this issue Feb 27, 2023 · 0 comments

Comments

@henriquetroiano
Copy link

henriquetroiano commented Feb 27, 2023

Hello, @YuliaGrigorieva

I'm trying to receive a call in background. Then, when I receive a call push on Android, I set on sharedPreferences to autoAccept a call, then I save the push on sharedPreferences, and the app opens.
When opened, I check if I need to accept a call, then I log--in to voxImplant, then I handle the push received in background, so the call comes and I auto-accept it.
The problem:
image
The callId that comes with the push notification is NOT the same as the real call.
By not knowing how is the real ID, the app could auto accept an incorrect call.
How can I get the REAL call ID ?

@henriquetroiano henriquetroiano changed the title Cannot handle efficiently a background call Cannot handle efficiently a background call on Android Feb 27, 2023
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

1 participant