AgoraCloudProxyType Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraCloudProxyType
云代理类型
Definition
typedef NS_ENUM(NSUInteger, AgoraCloudProxyType ) {
AgoraNoneProxy = 0,
AgoraUdpProxy = 1,
AgoraTcpProxy = 2,
};
Constants
AgoraNoneProxy
-
0: 自动模式。在该模式下,SDK 优先连接 SD-RTN™,如果连接失败,自动切换到 TLS 443。自 v3.6.2 起,SDK 默认开启该模式。
Declared In
AgoraEnumerates.h
. AgoraUdpProxy
-
1: UDP 协议的云代理,即 Force UDP 云代理模式。在该模式下,SDK 始终通过 UDP 协议传输数据。
Declared In
AgoraEnumerates.h
. AgoraTcpProxy
-
2: TCP(加密)协议的云代理,即 Force TCP 云代理模式。在该模式下,SDK 始终通过 TLS 443 传输数据。
Available in v3.6.2
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h