Video SDK for iOS API Reference
|
#include <ZoomVideoSDKNetworkConnectionHelper.h>
Inherits NSObject.
Instance Methods | |
(void) | - inputUsername:password: |
Input the username and password when using the proxy. | |
(void) | - cancel |
Cancel the process to input the username and password of the proxy. | |
Properties | |
NSString *_Nullable | proxyHost |
Get the address of the proxy host. | |
NSInteger | proxyPort |
Get the proxy port. | |
NSString *_Nullable | proxyDescription |
Get the description of the proxy. | |
Definition at line 15 of file ZoomVideoSDKNetworkConnectionHelper.h.
- (void) cancel |
Cancel the process to input the username and password of the proxy.
- (void) inputUsername: | (NSString *_Nullable) | userName | |
password: | (NSString *_Nullable) | psw |
Input the username and password when using the proxy.
userName | The username when using the proxy. |
psw | The password when using the proxy. |
|
readnonatomiccopy |
Get the description of the proxy.
Definition at line 30 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the address of the proxy host.
Definition at line 20 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomicassign |
Get the proxy port.
Definition at line 25 of file ZoomVideoSDKNetworkConnectionHelper.h.