Participant Email

Is there any way to set participant email while joining the meeting using the zoom SDK ??

Hi @jenny.gadhavi, thanks for the post.

For what purpose do you need to set a participant’s email in a meeting? The only place you can do this (outside of logging into a Zoom account) is when prompted for a webinar.

If this is what you are referring to, this can be done by implementing an instance of InMeetingServiceListener and listening for the onJoinWebinarNeedUserNameAndEmail callback. From within this callback, you may use the InMeetingEventHandler to set this information via setRegisterWebinarInfo.

Thanks!