Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.InMeetingEventHandler Interface 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.
 

Detailed Description

Meeting event handler.

Definition at line 6 of file InMeetingEventHandler.java.

Member Function Documentation

◆ cancel()

void us.zoom.sdk.InMeetingEventHandler.cancel ( )

Cancel to join webinar.

◆ 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
screenNameThe 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
passwordMeeting password set by the host.
displayNameScreen name displayed in the meeting.
cancelOnce 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
nameScreen name to register the webinar.
emailThe email to register.
cancelCancel to join the meeting if the user does not enter the screen name or meeting password.