AgoraCloudProxyType Constants Reference

Declared in AgoraEnumerates.h

AgoraCloudProxyType

The cloud proxy type.

Definition

typedef NS_ENUM(NSUInteger, AgoraCloudProxyType ) {
   AgoraNoneProxy = 0,
   AgoraUdpProxy = 1,
   AgoraTcpProxy = 2,
};

Constants

AgoraNoneProxy

0: Do not use the cloud proxy.

Declared In AgoraEnumerates.h.

AgoraUdpProxy

1: The cloud proxy for the UDP protocol.

Declared In AgoraEnumerates.h.

AgoraTcpProxy

2: Reserved parameter.

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h