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 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.
@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.
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
The text was updated successfully, but these errors were encountered: