AgoraRtmAreaCode Constants Reference

Declared in AgoraRtmKit.h

AgoraRtmAreaCode

Region for the Agora RTM service. After setting a region, the RTM SDK can only connect to the Agora RTM service in the specified region.

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

Mainland China.

Declared In AgoraRtmKit.h.

AgoraAreaCodeNA

North America.

Declared In AgoraRtmKit.h.

AgoraAreaCodeEU

Europe.

Declared In AgoraRtmKit.h.

AgoraAreaCodeAS

Asia excluding Mainland China.

Declared In AgoraRtmKit.h.

AgoraAreaCodeJP

Japan.

Declared In AgoraRtmKit.h.

AgoraAreaCodeIN

India.

Declared In AgoraRtmKit.h.

AgoraAreaCodeGLOB

(Default) Global.

Declared In AgoraRtmKit.h.

Declared In

AgoraRtmKit.h