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

Incoming call not notification on android not working #589

Closed
hemantcybertouch opened this issue Mar 19, 2024 · 2 comments
Closed

Incoming call not notification on android not working #589

hemantcybertouch opened this issue Mar 19, 2024 · 2 comments

Comments

@hemantcybertouch
Copy link

Description

I am experiencing issue with my application that utilizes the Twilio Voice SDK. The application is built using Node.js for the server-side and Flutter for the Android application.

The issue pertains to incoming call notifications. I have successfully configured the incoming call endpoint webhook to my Twilio number. When an incoming call event occurs, I am able to receive the event on my server. However, the corresponding notification is not being received on my Android application, which is registered using Firebase Cloud Messaging (FCM) and an authentication token.

I have ensured that the Service ID is correctly configured using the push credential. Despite this, the issue persists.

Interestingly, when I attempt to place a call using the /placeCall endpoint, it functions as expected. The problem specifically arises when I want to receive a call from any number to my Twilio number that is registered in the application.

Expected Behavior

Receiving an incoming call notification for two way communication voice call

Actual Behavior

notification is not being received on my Android application, which is registered using Firebase Cloud Messaging (FCM) and an authentication token.

Twilio Call SID(s)

No error in callSID its says call complete

plugin used

https://pub.dev/packages/twilio_voice

@afalls-twilio
Copy link
Contributor

afalls-twilio commented Mar 20, 2024

@hemantcybertouch thank you for your interest in our product. Unfortunately we don't support Flutter and that package is not a product of ours. If you are interested in using JS with Twilio-Voice, we offer an open source React Native product or if you are interested in using Java/Kotlin, you can always use our Twilio-Voice-Android SDK to which we have a Quickstart to help you get going.

@hemantcybertouch
Copy link
Author

hemantcybertouch commented Mar 21, 2024 via email

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

2 participants