|
Video SDK for iOS API Reference
|
Handles proxy authentication input and provides metadata about the proxy connection. More...
#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. | |
Handles proxy authentication input and provides metadata about the proxy connection.
Definition at line 12 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 27 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the address of the proxy host.
Definition at line 17 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomicassign |
Get the proxy port.
Definition at line 22 of file ZoomVideoSDKNetworkConnectionHelper.h.