Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKProxySettingHandler.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
interface
ZoomVideoSDKProxySettingHandler
{
4
10
String
getProxyHost
();
11
17
int
getProxyPort
();
18
24
String
getProxyDescription
();
25
32
void
inputUsernamePassword
(String userName, String psw);
33
37
void
cancel
();
38
}
us.zoom.sdk.ZoomVideoSDKProxySettingHandler
Definition
ZoomVideoSDKProxySettingHandler.java:3
us.zoom.sdk.ZoomVideoSDKProxySettingHandler.inputUsernamePassword
void inputUsernamePassword(String userName, String psw)
Input the username and password when using the proxy.
us.zoom.sdk.ZoomVideoSDKProxySettingHandler.getProxyHost
String getProxyHost()
Get the address of the proxy host.
us.zoom.sdk.ZoomVideoSDKProxySettingHandler.getProxyDescription
String getProxyDescription()
Get the description of the proxy.
us.zoom.sdk.ZoomVideoSDKProxySettingHandler.getProxyPort
int getProxyPort()
Get the proxy port.
us.zoom.sdk.ZoomVideoSDKProxySettingHandler.cancel
void cancel()
Cancel the process to input the username and password of the proxy.
sdk
ZoomVideoSDKProxySettingHandler.java
Generated by
1.12.0