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