Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.ProxySettingHandler Interface Reference

Handler interface for proxy setting operations. More...

Public Member Functions

String getProxyHost ()
 Gets the address of the proxy host.
int getProxyPort ()
 Gets the proxy port.
String getProxyDescription ()
 Gets the description of the proxy.
void inputUsernamePassword (String userName, String psw)
 Inputs the username and password of the proxy.
void cancel ()
 Cancels inputting the username and password of the proxy.

Detailed Description

Handler interface for proxy setting operations.

Definition at line 6 of file ProxySettingHandler.java.

Member Function Documentation

◆ cancel()

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

Cancels inputting the username and password of the proxy.

◆ getProxyDescription()

String us.zoom.sdk.ProxySettingHandler.getProxyDescription ( )

Gets the description of the proxy.

Returns
If the function succeeds, it returns the description. Otherwise, this function fails and returns null.

◆ getProxyHost()

String us.zoom.sdk.ProxySettingHandler.getProxyHost ( )

Gets the address of the proxy host.

Returns
If the function succeeds, it returns the address. Otherwise, this function fails and returns null.

◆ getProxyPort()

int us.zoom.sdk.ProxySettingHandler.getProxyPort ( )

Gets the proxy port.

Returns
If the function succeeds, it returns the proxy port. Otherwise, this function fails and returns 0.

◆ inputUsernamePassword()

void us.zoom.sdk.ProxySettingHandler.inputUsernamePassword ( String userName,
String psw )

Inputs the username and password of the proxy.

Parameters
userNameThe username of the proxy.
pswThe password of the proxy.