RCRealTimeLocationErrorCode Constants Reference
Declared in | RCRealTimeLocationCommonDefine.h |
---|
RCRealTimeLocationErrorCode
实时位置共享错误码
Definition
typedef NS_ENUM(NSInteger, RCRealTimeLocationErrorCode ) {
RC_REAL_TIME_LOCATION_NOT_SUPPORT,
RC_REAL_TIME_LOCATION_CONVERSATION_NOT_SUPPORT,
RC_REAL_TIME_LOCATION_EXCEED_MAX_PARTICIPANT,
RC_REAL_TIME_LOCATION_GET_CONVERSATION_FAILURE,
};
Constants
RC_REAL_TIME_LOCATION_NOT_SUPPORT
-
当前设备不支持实时位置共享
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_CONVERSATION_NOT_SUPPORT
-
当前会话不支持实时位置共享
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_EXCEED_MAX_PARTICIPANT
-
当前会话超出了参与者人数限制
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_GET_CONVERSATION_FAILURE
-
获取当前会话信息失败
Declared In
RCRealTimeLocationCommonDefine.h
.
Declared In
RCRealTimeLocationCommonDefine.h