Integrating SendBird Calls into a React Native app that uses Expo push notifications instead of Firebase

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?