How long does [MobileRTCAuthService loginWithEmail: password: remeberMe:] remember login information for?

Description
Hello,

I was wondering what is expiration time for the SDK remembering a user’s login information after calling [MobileRTCAuthService loginWithEmail:@"email@gmail.com" password:@"123456" remeberMe:YES]

Thank you.

Hi andy.ly,

Thanks for the post. The login session will last for a while if you select “Remember Me” option. So normally once you are logged in, you do not need to worry about login very frequently.

Hope this helps. Thanks!