You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 ?
The text was updated successfully, but these errors were encountered:
henriquetroiano
changed the title
Cannot handle efficiently a background call
Cannot handle efficiently a background call on Android
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:
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 ?
The text was updated successfully, but these errors were encountered: