|
Meeting SDK for Android API Reference
|
Meeting event handler. More...
Public Member Functions | |
| void | setMeetingNamePassword (String password, String displayName, boolean cancel) |
| Set the screen name and enter the password to join the meeting. | |
| 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. | |
| void | inputName (String screenName) |
| Input screen name to join the webinar. | |
| void | cancel () |
| Cancel to join webinar. | |
Meeting event handler.
Definition at line 6 of file InMeetingEventHandler.java.
| void us.zoom.sdk.InMeetingEventHandler.cancel | ( | ) |
Cancel to join webinar.
Referenced by setMeetingNamePassword(), and setRegisterWebinarInfo().
| boolean us.zoom.sdk.InMeetingEventHandler.endOtherMeeting | ( | ) |
End another ongoing meeting on the server to join a new meeting.
| void us.zoom.sdk.InMeetingEventHandler.inputName | ( | String | screenName | ) |
Input screen name to join the webinar.
| screenName | The display name for the webinar. |
| void us.zoom.sdk.InMeetingEventHandler.setMeetingNamePassword | ( | String | password, |
| String | displayName, | ||
| boolean | cancel ) |
| void us.zoom.sdk.InMeetingEventHandler.setRegisterWebinarInfo | ( | String | name, |
| String | email, | ||
| boolean | cancel ) |