Framework: React Native
SDK: “@sendbird/calls-react-native”: “1.0.2”,
Device: iOS/Android
Should I call “SendbirdCall.authenticate(params)” when the app relaunches every time?
Or should I just call “SendbirdCall.authenticate(params)” once when the user logs in?
-
User logs in → Call
SendbirdCall.authenticate(params)
=> Okay, it worked. -
User logs in → Call
SendbirdCall.authenticate(params)→ Close the app → Open the app again
=> Should I callSendbirdCall.authenticate(params)?
I raised this question because sometimes reopen App I cannot receive a call. I assumed the authenticate did not proceed. so I cannot receive any calls.
thank so much