Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IMeetingInputUserInfoHandler.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
interface
IMeetingInputUserInfoHandler
{
9
String
getDefaultDisplayName
();
10
16
boolean
canModifyDefaultDisplayName
();
17
24
boolean
isValidEmail
(String email);
25
33
MobileRTCSDKError
inputUserInfo
(String name, String email);
34
38
void
cancel
();
39
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common errors of SDK.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.IMeetingInputUserInfoHandler
Definition
IMeetingInputUserInfoHandler.java:3
us.zoom.sdk.IMeetingInputUserInfoHandler.canModifyDefaultDisplayName
boolean canModifyDefaultDisplayName()
Check whether the user can modify default display name.
us.zoom.sdk.IMeetingInputUserInfoHandler.isValidEmail
boolean isValidEmail(String email)
Check whether the inputted email is a valid email format. The email must meet the email format requir...
us.zoom.sdk.IMeetingInputUserInfoHandler.cancel
void cancel()
Cancel to join meeting.
us.zoom.sdk.IMeetingInputUserInfoHandler.getDefaultDisplayName
String getDefaultDisplayName()
Get default display name.
us.zoom.sdk.IMeetingInputUserInfoHandler.inputUserInfo
MobileRTCSDKError inputUserInfo(String name, String email)
input user info
sdk
IMeetingInputUserInfoHandler.java
Generated by
1.12.0