Package us.zoom.sdk

Interface ProxySettingHandler


public interface ProxySettingHandler
  • Method Details

    • getProxyHost

      String getProxyHost()
      Get the address of the proxy host.
      Returns:
      The address of the proxy host.
    • getProxyPort

      int getProxyPort()
      Get the proxy port.
      Returns:
      The value of the proxy port.
    • getProxyDescription

      String getProxyDescription()
      Get the description of the proxy.
      Returns:
      The description of the proxy.
    • inputUsernamePassword

      void inputUsernamePassword(String userName, String psw)
      Input the username and password of the proxy.
      Parameters:
      userName - The username of the proxy.
      psw - The password of the proxy.
    • cancel

      void cancel()
      Cancel to input the username and password of the proxy.