Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IZRCSDK.h File Reference

Entrance of ZRC SDK. More...

#include "ZRCSDKDefines.h"
#include "ZRCSDKTypes.h"

Go to the source code of this file.

Data Structures

struct  ProxyInfo
 Proxy information. More...
 
class  IZRCSDKSink
 ZRC SDK event callback. More...
 
class  IZRCSDK
 ZRC SDK API interface. More...
 

Enumerations

enum  ProxyType { ProxyTypeNoProxy , ProxyTypePAC , ProxyTypeManual }
 Proxy type Here are more detailed structural descriptions. More...
 

Detailed Description

Entrance of ZRC SDK.

Version
6.5.0
Since
Added in ZRC SDK 6.0.0

Definition in file IZRCSDK.h.

Enumeration Type Documentation

◆ ProxyType

enum ProxyType

Proxy type Here are more detailed structural descriptions.

Enumerator
ProxyTypeNoProxy 

None.

ProxyTypePAC 

Proxy Auto-configuration.

ProxyTypeManual 

Manual set proxy.

Definition at line 19 of file IZRCSDK.h.

20{
24};
@ ProxyTypeNoProxy
None.
Definition IZRCSDK.h:21
@ ProxyTypePAC
Proxy Auto-configuration.
Definition IZRCSDK.h:22
@ ProxyTypeManual
Manual set proxy.
Definition IZRCSDK.h:23