I am using placeCall.php for inbound calls to connect to android client, but I am not getting Incoming Call notification. Following are the things that I have done to ensure everything should be fine, what am I missing:
When starting android application, I am generating the accessToken with identity 'xyz'.
Used the correct google-services.json file because I can send messages through firebase and they are coming in notification tray.
Used the correct server key in Push Credentials Configuration in Twilio for FCM.
Still unable to receive any notification. How to debug why is it not connecting to FCM?
I am using placeCall.php for inbound calls to connect to android client, but I am not getting Incoming Call notification. Following are the things that I have done to ensure everything should be fine, what am I missing:
Still unable to receive any notification. How to debug why is it not connecting to FCM?
Thanks