|
Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Public Attributes |
|
| int | GET_CHANNEL_MEMBER_COUNT_ERR_OK = 0 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE = 1 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT = 2 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_TOO_OFTEN = 3 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_TIMEOUT = 4 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_EXCEED_LIMIT = 5 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED = 101 |
| int | GET_CHANNEL_MEMBER_COUNT_ERR_USER_NOT_LOGGED_IN = 102 |
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_OK = 0 |
0: The operation succeeds.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE = 1 |
1: Unknown common failure.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT = 2 |
2: One or several of your channelIDs is invalid.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_TOO_OFTEN = 3 |
3: The method call frequency exceeds the limit of one query per second.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_TIMEOUT = 4 |
4: A timeout occurs during this operation. The current timeout is set as five seconds.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_EXCEED_LIMIT = 5 |
5: The number of the channels you query exceeds the limit of 32.
| int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED = 101 |
101: The SDK is not initialized.