Meeting event handler.  
 More...
|  | 
| 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.
◆ cancel()
      
        
          | void us.zoom.sdk.InMeetingEventHandler.cancel | ( |  | ) |  | 
      
 
 
◆ endOtherMeeting()
      
        
          | boolean us.zoom.sdk.InMeetingEventHandler.endOtherMeeting | ( |  | ) |  | 
      
 
End another ongoing meeting on the server to join a new meeting. 
- Returns
- TRUE means that another ongoing meeting is ended successfully. Otherwise not. 
 
 
◆ inputName()
      
        
          | void us.zoom.sdk.InMeetingEventHandler.inputName | ( | String | screenName | ) |  | 
      
 
Input screen name to join the webinar. 
- Parameters
- 
  
    | screenName | The display name for the webinar. |  
 
 
 
◆ setMeetingNamePassword()
      
        
          | void us.zoom.sdk.InMeetingEventHandler.setMeetingNamePassword | ( | String | password, | 
        
          |  |  | String | displayName, | 
        
          |  |  | boolean | cancel ) | 
      
 
Set the screen name and enter the password to join the meeting. 
- Parameters
- 
  
    | password | Meeting password set by the host. |  | displayName | Screen name displayed in the meeting. |  | cancel | Once the user cancels to provide screen name or meeting password, it is canceled to join the meeting. |  
 
 
 
◆ setRegisterWebinarInfo()
      
        
          | void us.zoom.sdk.InMeetingEventHandler.setRegisterWebinarInfo | ( | String | name, | 
        
          |  |  | String | email, | 
        
          |  |  | boolean | cancel ) | 
      
 
Set the information to register the webinar. 
- Parameters
- 
  
    | 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. |