How can put emails automatically in android?

val params = JoinMeetingParams()
params.meetingNo = …
params.displayName = …

where is it email ?

override fun onJoinWebinarNeedUserNameAndEmail(inMeetingEventHandler: InMeetingEventHandler?) {
inMeetingEventHandler?.setRegisterWebinarInfo(“name”, “example@google.com”, false)
}

it is not working.

Hi @qanda_dev, thanks for using the devforum.

Can you elaborate on what specifically is not working? Please be as specific as possible, including observed and expected behavior.

Thanks!