Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKProxySettingHandler Class 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.
 

Detailed Description

Definition at line 15 of file ZoomVideoSDKNetworkConnectionHelper.h.

Method Documentation

◆ cancel

- (void) cancel

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

◆ inputUsername:password:

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

Input 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

Get the description of the proxy.

Definition at line 30 of file ZoomVideoSDKNetworkConnectionHelper.h.

◆ proxyHost

- (NSString* _Nullable) proxyHost
readnonatomiccopy

Get the address of the proxy host.

Definition at line 20 of file ZoomVideoSDKNetworkConnectionHelper.h.

◆ proxyPort

- (NSInteger) proxyPort
readnonatomicassign

Get the proxy port.

Definition at line 25 of file ZoomVideoSDKNetworkConnectionHelper.h.