Avoid Finish registration to join the meeting in android sdk

We integrating Zoom Android SDK to in our app. We have issues when user try to join meeting through sdk. Its asking user to finish a registration to join a meeting. But user is already register user. We registering user using Registrant REST API. We have participant id etc… But still its asking to finish registration to join the meeting. How to avoid this.

Hi @Mahendran, thanks for using our SDK.

Assuming you are utilizing the default meeting UI, this can be suppressed by setting no_webinar_register_dialog to true on your instance of MeetingOptions.

Thanks!