What is the recommended approach for integrating SendBird calls into a React Native app that uses Expo push notifications instead of Firebase? We have attempted to use Sendbird webhooks to receive the “direct_call:dial” event and pass it to the frontend, but when using the Sendbird React Native SDK to retrieve the DirectCall object and initiate the call, we receive an error stating “No DirectCall”. We were advised to pass the push payload to the SDK using handleFirebaseMessageData or didReceiveIncomingPushWith, but we are unsure how to implement this in React Native. Can you provide guidance on how to correctly retrieve the DirectCall object in our use case?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Push Notifications in Expo | 3 | 2785 | April 13, 2023 | |
Trying to make calls between two React Native apps using Sendbird, need help with notifications and background calls. | 0 | 525 | November 30, 2023 | |
Issues using of github repo - rn direct video call | 1 | 740 | June 3, 2023 | |
Do you Support React native on Expo? | 1 | 2100 | December 10, 2020 | |
React native direct call with sample app - notifications are not being received
|
0 | 333 | February 21, 2024 |