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

Public Attributes

int  GET_MEMBERS_ERR_OK = 0
 
int  GET_MEMBERS_ERR_FAILURE = 1
 
int  GET_MEMBERS_ERR_REJECTED = 2
 
int  GET_MEMBERS_ERR_TIMEOUT = 3
 
int  GET_MEMBERS_ERR_TOO_OFTEN = 4
 
int  GET_MEMBERS_ERR_NOT_IN_CHANNEL = 5
 
int  GET_MEMBERS_ERR_NOT_INITIALIZED = 101
 
int  GET_MEMBERS_ERR_USER_NOT_LOGGED_IN = 102
 

Member Data Documentation

◆ GET_MEMBERS_ERR_OK

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_OK = 0

0: The user retrieves a member list of the channel successfully.

◆ GET_MEMBERS_ERR_FAILURE

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_FAILURE = 1

1: The user fails to retrieve a member list of the channel.

◆ GET_MEMBERS_ERR_REJECTED

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_REJECTED = 2

2: RESERVED FOR FUTURE USE

◆ GET_MEMBERS_ERR_TIMEOUT

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_TIMEOUT = 3

3: A timeout occurs when retrieving a member list of the channel. The current timeout is set as five seconds. Possible reasons: The user is in the CONNECTION_STATE_ABORTED or CONNECTION_STATE_RECONNECTING state.

◆ GET_MEMBERS_ERR_TOO_OFTEN

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_TOO_OFTEN = 4

4: The method call frequency exceeds the limit of five queries every two seconds.

◆ GET_MEMBERS_ERR_NOT_IN_CHANNEL

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_NOT_IN_CHANNEL = 5

5: The user is not in channel.

◆ GET_MEMBERS_ERR_NOT_INITIALIZED

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_ERR_NOT_INITIALIZED = 101

101: The SDK is not initialized.

◆ GET_MEMBERS_ERR_USER_NOT_LOGGED_IN

int io.agora.rtm.RtmStatusCode.GetMembersError.GET_MEMBERS_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 retrieving a member list.