AgoraIpAreaCode 常量
Declared in | AgoraEnumerates.h |
---|
AgoraIpAreaCode
IP 区域
Definition
typedef NS_ENUM(NSUInteger, AgoraIpAreaCode ) {
AgoraIpAreaCode_CN = ( 1 < < 0 ),
AgoraIpAreaCode_NA = ( 1 < < 1 ),
AgoraIpAreaCode_EUR = ( 1 < < 2 ),
AgoraIpAreaCode_AS = ( 1 < < 3 ),
AgoraIpAreaCode_JAPAN = ( 1 < < 4 ),
AgoraIpAreaCode_INDIA = ( 1 < < 5 ),
AgoraIpAreaCode_GLOBAL = ( 0 xFFFFFFFF ),
};
Constants
AgoraIpAreaCode_CN
-
中国大陆
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_NA
-
北美区域
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_EUR
-
欧洲区域
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_AS
-
亚洲区域(中国大陆除外)
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_JAPAN
-
日本
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_INDIA
-
印度
Declared In
AgoraEnumerates.h
. AgoraIpAreaCode_GLOBAL
-
(默认)全球
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h