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