Joining Webinar from Windows SDK, asks for user email.

I don’t want my users to be prompted for entering their Email while joining a Webinar.

How do I set the value of email internally using MeetingOptions?

 The window says “Finish Registration to Join the webinar” 

I want to get rid of that By setting the default value for both email and display name.

Also, can someone explain what is Webinar Token and why it is used?

hi,

1>if you want to prepopulate the email and user name when join webinar as attendee please call ZOOM_SDK_NAMESPACE.IMeetingConfiguration.PrePopulateWebinarRegistrationInfo this api before join meeting

2>webinar token is for join the webinar as panelist

regards

dats