Finish registration pop up

 

hi When I call joinMeeting, it will show me this pop up. Is there a way to skip this pop up?

regards

Hi Yusuf,

If you have set the Registration option as Required in when you scheduled the meeting, this dialog will be show.

Thanks.

Thanks to Laura and engineering team I found the answer.

 

JoinMeetingOptions opts = new JoinMeetingOptions();
opts.webinar\_token = zpkToken;

int ret = meetingService.joinMeeting(this.activity, meetingNo,"dispname", meetingPassword, opts);

 

zpkToken should be long token which is visible as an url parameter zpk or tk

I should also say documentation is very poor and naming is also. My meeting is not even webinar. It is free or pro meeting.

WTF is webinar_token

Marking as solved.

-Tommy