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
My telephony platform uses in-call messaging to communicate about various call states during a call.
The call-message implementation on the javascript counterpart works quite well and the app is able to receive and send messages for both incoming calls and outgoing calls.
The same, however, is not working for Android (as well as iOS). While I am able to send and receive messages for outgoing calls, incoming calls do not work at all.
Description
My telephony platform uses in-call messaging to communicate about various call states during a call.
The call-message implementation on the javascript counterpart works quite well and the app is able to receive and send messages for both incoming calls and outgoing calls.
The same, however, is not working for Android (as well as iOS). While I am able to send and receive messages for outgoing calls, incoming calls do not work at all.
Code
CallMessageListener implementation
FirebaseMessagingService
MainActivity
Expected Behavior
For outbound and inbound calls, the TwilioCallMessageListener.onMessageReceived() gets called.
Actual Behavior
TwilioCallMessageListener.onMessageReceived() gets called only for outbound calls.
For incoming calls, the interface implementation never gets called.
Reproduces How Often
100%
Twilio Call SID(s)
N/A
Logs
N/A
Versions
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 33
Voice Android SDK
com.twilio:voice-android:6.5.0
OS Version
Android 14, Build AP2A.240605.024
Device Model
Pixel 8 Pro
The text was updated successfully, but these errors were encountered: