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
Followed the installation steps in the GitHub repository for a fresh React Native project integrated with Firebase Cloud Messaging (FCM) to send POST payloads. However, the displayIncomingCall method does not work, even when trying to simulate a call locally. Logs indicate that VoiceConnectionService is not triggered when displayIncomingCall is called.
The AndroidManifest.xml file has been checked, and phone profile and permissions have also been verified, but the issue persists.
We had the same issue on our side and after some investigation, it seems that android.os.Looper is the one 'blocking' the thread. We did a fix on our side and it fixed => #825
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
Followed guide to
Steps to Reproduce
Followed the installation steps in the GitHub repository for a fresh React Native project integrated with Firebase Cloud Messaging (FCM) to send POST payloads. However, the displayIncomingCall method does not work, even when trying to simulate a call locally. Logs indicate that VoiceConnectionService is not triggered when displayIncomingCall is called.
The AndroidManifest.xml file has been checked, and phone profile and permissions have also been verified, but the issue persists.
Versions
Logs
The text was updated successfully, but these errors were encountered: