Description
I am trying to figure out a way for users registered using this api (https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate) to join the meeting directly using the android SDK without completing the registration. But there’s no field in the options available which can enable this, I’m using this join method from the SDK:
int response = meetingService.joinMeetingWithParams(this, params, opts);
Please suggest if there’s a possible solution.