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 | |
---|---|---|---|---|
Issues using of github repo - rn direct video call | 1 | 745 | June 3, 2023 | |
React native direct call with sample app - notifications are not being received
|
0 | 343 | February 21, 2024 | |
React native sendbird call is not working | 0 | 688 | November 10, 2023 | |
Problem setting up Sendbird calls for iOS in expo | 0 | 37 | March 14, 2025 | |
Video Chat app with Expo and SendBird | 1 | 1196 | April 12, 2023 |