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

Push message callId is different than the one from callAgent callback #164

Closed
paulmarcsqr opened this issue Jan 25, 2021 · 3 comments
Closed
Assignees
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK

Comments

@paulmarcsqr
Copy link

I am integrating the ACS SDK with the CallKit and I encounter the following issue: Following the flow in order to respond to calls while application is in background or closed, i receive a push notification from ACS notification hub with a "callId" that i'm linking with the CallKit implementation in order to respond to acs call state changes. The problem is that after initialising the CallAgent from ACS SDK, and i call the handlePushNotification method, the call that i receive on callback have a different callID than the one that came on the push message. From various tests that i did, the IDs were the same in like 2-3 tests out of 15, so my question is why do we receive different callID in notification than in the Call object we retrieve from CallAgent.

@paulmarcsqr paulmarcsqr added the Bug Something isn't working label Jan 25, 2021
@ghost ghost added the Needs: triage 🔍 label Jan 25, 2021
@kagbakpem kagbakpem added Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK labels Jan 25, 2021
@raosanat
Copy link
Member

raosanat commented Feb 2, 2021

Hi, thanks we will look into the issue. Btw just for your information we are working on CallKit integration within the SDK itself. In one of the next 2 upcoming release we will release the initial version.

@paulmarcsqr
Copy link
Author

Fixed with beta 8

@raosanat
Copy link
Member

Thanks for verifying.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK
Projects
None yet
Development

No branches or pull requests

4 participants