AgoraRtmChannelMemberCountErrorCode Constants Reference
| Declared in | AgoraRtmKit.h |
|---|
AgoraRtmChannelMemberCountErrorCode
Error codes related to retrieving the channel member count of specified channels.
Definition
typedef NS_ENUM(NSInteger, AgoraRtmChannelMemberCountErrorCode ) {
AgoraRtmChannelMemberCountErrorOk = 0,
AgoraRtmChannelMemberCountErrorFailure = 1,
AgoraRtmChannelMemberCountErrorInvalidArgument = 2,
AgoraRtmChannelMemberCountErrorTooOften = 3,
AgoraRtmChannelMemberCountErrorTimeout = 4,
AgoraRtmChannelMemberCountErrorExceedLimit = 5,
AgoraRtmChannelMemberCountErrorNotInitialized = 101,
AgoraRtmChannelMemberCountErrorNotLoggedIn = 102,
};
Constants
-
AgoraRtmChannelMemberCountErrorOk -
0: The operation succeeds.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorFailure -
1: Unknown common failure.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorInvalidArgument -
2: One or several of your channel IDs is invalid.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorTooOften -
3: The method call frequency exceeds the limit of one query per second.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorTimeout -
4: A timeout occurs during this operation. The current timeout is set as five seconds.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorExceedLimit -
5: The number of the channels that you query is greater than 32.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorNotInitialized -
101: The SDK is not initialized.
Declared In
AgoraRtmKit.h. -
AgoraRtmChannelMemberCountErrorNotLoggedIn -
102: The user does not call the loginByToken method, or the method call of loginByToken does not succeed before this operation.
Declared In
AgoraRtmKit.h.
Declared In
AgoraRtmKit.h