AgoraRtmAreaCode Constants Reference

Declared in AgoraRtmKit.h

AgoraRtmAreaCode

Agora RTM 服务的限定区域。设置限定区域之后,Agora RTM SDK 只能连接位于限定区域的 Agora RTM 服务。

Definition

typedef NS_OPTIONS(NSUInteger, AgoraRtmAreaCode ) {
   AgoraAreaCodeCN = ( 1 < < 0 ),
   AgoraAreaCodeNA = ( 1 < < 1 ),
   AgoraAreaCodeEU = ( 1 < < 2 ),
   AgoraAreaCodeAS = ( 1 < < 3 ),
   AgoraAreaCodeJP = ( 1 < < 4 ),
   AgoraAreaCodeIN = ( 1 < < 5 ),
   AgoraAreaCodeGLOB = ( 0 xFFFFFFFF ),
};

Constants

AgoraAreaCodeCN

中国大陆。

Declared In AgoraRtmKit.h.

AgoraAreaCodeNA

北美区域。

Declared In AgoraRtmKit.h.

AgoraAreaCodeEU

欧洲区域。

Declared In AgoraRtmKit.h.

AgoraAreaCodeAS

除中国大陆以外的亚洲区域。

Declared In AgoraRtmKit.h.

AgoraAreaCodeJP

日本。

Declared In AgoraRtmKit.h.

AgoraAreaCodeIN

印度。

Declared In AgoraRtmKit.h.

AgoraAreaCodeGLOB

(默认)全球。

Declared In AgoraRtmKit.h.

Declared In

AgoraRtmKit.h