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

Public Member Functions

String getProxyHost ()
 Get the address of the proxy host.
 
int getProxyPort ()
 Get the proxy port.
 
String getProxyDescription ()
 Get the description of the proxy.
 
void inputUsernamePassword (String userName, String psw)
 Input the username and password of the proxy.
 
void cancel ()
 Cancel to input the username and password of the proxy.
 

Detailed Description

Definition at line 3 of file ProxySettingHandler.java.

Member Function Documentation

◆ cancel()

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

Cancel to input the username and password of the proxy.

◆ getProxyDescription()

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

Get the description of the proxy.

Returns
The description of the proxy.

◆ getProxyHost()

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

Get the address of the proxy host.

Returns
The address of the proxy host.

◆ getProxyPort()

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

Get the proxy port.

Returns
The value of the proxy port.

◆ inputUsernamePassword()

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

Input the username and password of the proxy.

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