Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKProxySettingHandler Class Reference

Handles proxy authentication input and provides metadata about the proxy connection. More...

#include <ZoomVideoSDKNetworkConnectionHelper.h>

Inherits NSObject.

Instance Methods

(void) - inputUsername:password:
 Inputs the username and password when using the proxy.
(void) - cancel
 Cancels the process to input the username and password of the proxy.

Properties

NSString *_Nullable proxyHost
 Gets the address of the proxy host.
NSInteger proxyPort
 Gets the proxy port.
NSString *_Nullable proxyDescription
 Gets the description of the proxy.

Detailed Description

Handles proxy authentication input and provides metadata about the proxy connection.

Definition at line 12 of file ZoomVideoSDKNetworkConnectionHelper.h.

Method Documentation

◆ cancel

- (void) cancel

Cancels the process to input the username and password of the proxy.

References cancel.

Referenced by cancel.

◆ inputUsername:password:

- (void) inputUsername: (NSString *_Nullable) userName
password: (NSString *_Nullable) psw 

Inputs the username and password when using the proxy.

Parameters
userNameThe username when using the proxy.
pswThe password when using the proxy.

Property Documentation

◆ proxyDescription

- (NSString* _Nullable) proxyDescription
readnonatomiccopy

Gets the description of the proxy.

Definition at line 27 of file ZoomVideoSDKNetworkConnectionHelper.h.

◆ proxyHost

- (NSString* _Nullable) proxyHost
readnonatomiccopy

Gets the address of the proxy host.

Definition at line 17 of file ZoomVideoSDKNetworkConnectionHelper.h.

◆ proxyPort

- (NSInteger) proxyPort
readnonatomicassign

Gets the proxy port.

Definition at line 22 of file ZoomVideoSDKNetworkConnectionHelper.h.