Package us.zoom.sdk

Interface IMeetingInputUserInfoHandler


public interface IMeetingInputUserInfoHandler
  • Method Details

    • getDefaultDisplayName

      String getDefaultDisplayName()
      Get default display name
      Returns:
      default display name
    • canModifyDefaultDisplayName

      boolean canModifyDefaultDisplayName()
      Check whether the user can modify default display name
      Returns:
      true means can modify default display name
    • isValidEmail

      boolean isValidEmail(String email)
      Check whether the inputted email is a valid email format. The email must meet the email format requirements. The email input by the logged-in user must be the same as the user account.
      Returns:
      True If the email input is valid
    • inputUserInfo

      MobileRTCSDKError inputUserInfo(String name, String email)
      input user info
      Parameters:
      name - The display name to input.
      email - The email to input.
    • cancel

      void cancel()
      Cancel to join meeting