Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingEventHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface InMeetingEventHandler {
13 public void setMeetingNamePassword(String password, String displayName,boolean cancel);
14
19 public boolean endOtherMeeting();
20
27 public void setRegisterWebinarInfo(String name, String email, boolean cancel);
28
33 public void inputName(String screenName);
34
38 public void cancel();
39}
void cancel()
Cancel to join webinar.
void setMeetingNamePassword(String password, String displayName, boolean cancel)
Set the screen name and enter the password to join the meeting.
void inputName(String screenName)
Input screen name to join the webinar.
boolean endOtherMeeting()
End another ongoing meeting on the server to join a new meeting.
void setRegisterWebinarInfo(String name, String email, boolean cancel)
Set the information to register the webinar.