Right way implement Authenticate sendbird call

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?

  1. User logs in → Call SendbirdCall.authenticate(params)
    => Okay, it worked.

  2. User logs in → Call SendbirdCall.authenticate(params) → Close the app → Open the app again
    => Should I call SendbirdCall.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