SendbirdCalls.getDirectCall works fine on foreground and background, only problems on killed state
i use try catch on SendbirdCalls.getDirectCall and i got this error [Error: The operation couldn’t be completed. (sendbird_calls_react_native.RNCallsInternalError error 4.)]
i cannot find this error anywhere Error codes | Calls React Native SDK | Sendbird Docs
I am currently encountering the same issue. I have confirmed that both VoIP and background fetch are enabled in XCode. Could someone assist me with resolving this? If anyone can provide help, I will definitely consider to purchasing the Sendbird Call plan.
Can someone help me with this? I’m facing the same issue but in the foreground mode. I get the callId from push notifications:
VoipPushNotification.addEventListener(‘notification’, (notification) => { });