Only joining the meeting and not verifying the realname

Description
When I only join a meeting and add SmsListener, I will occasionally call back onNeedRealNameAuthMeetingNotification.
How can I not call back onNeedRealNameAuthMeetingNotification
Which version?
sdk version:v5.0.24437.0708

Hi @androidfei, thanks for using our SDK.

If you are not logged into the SDK, this callback will be triggered every time you join a meeting for China-based users. If you log into the SDK, you will only need to authenticate via SMS once instead of for every meeting.

Thanks!