Signaling (previously RTM) SDK v1.5.0 API Reference for Android
Public Attributes | List of all members
io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode Interface Reference

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
 

Member Data Documentation

◆ GET_CHANNEL_MEMBER_COUNT_ERR_OK

int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_OK = 0

0: The operation succeeds.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE

int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_FAILURE = 1

1: Unknown common failure.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT

int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_INVALID_ARGUMENT = 2

2: One or several of your channelIDs is invalid.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_TOO_OFTEN

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.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_TIMEOUT

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.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_EXCEED_LIMIT

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.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED

int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_NOT_INITIALIZED = 101

101: The SDK is not initialized.

◆ GET_CHANNEL_MEMBER_COUNT_ERR_USER_NOT_LOGGED_IN

int io.agora.rtm.RtmStatusCode.GetChannelMemberCountErrCode.GET_CHANNEL_MEMBER_COUNT_ERR_USER_NOT_LOGGED_IN = 102

102: The user does not call the login method, or the method call of login does not succeed before the attribute operation.