public interface InMeetingEventHandler
Modifier and Type | Method and Description |
---|---|
boolean |
endOtherMeeting()
End another ongoing meeting on the server to join a new meeting.
|
void |
setMeetingNamePassword(java.lang.String password,
java.lang.String displayName)
Set the screen name and enter the password to join the meeting.
|
void |
setRegisterWebinarInfo(java.lang.String name,
java.lang.String email,
boolean cancel)
Set the information to register the webinar.
|
void setMeetingNamePassword(java.lang.String password, java.lang.String displayName)
password
- Meeting password set by the host.displayName
- Screen name displayed in the meeting.boolean endOtherMeeting()
void setRegisterWebinarInfo(java.lang.String name, java.lang.String email, boolean cancel)
name
- Screen name to register the webinar.email
- The email to register.cancel
- Cancel to join the meeting if the user does not enter the screen name or meeting password.