Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Public Attributes |
|
int | LEAVE_CHANNEL_ERR_OK = 0 |
int | LEAVE_CHANNEL_ERR_FAILURE = 1 |
int | LEAVE_CHANNEL_ERR_REJECTED = 2 |
int | LEAVE_CHANNEL_ERR_NOT_IN_CHANNEL = 3 |
int | LEAVE_CHANNEL_ERR_KICKED = 4 |
int | LEAVE_CHANNEL_ERR_NOT_INITIALIZED = 101 |
int | LEAVE_CHANNEL_ERR_USER_NOT_LOGGED_IN = 102 |
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_OK = 0 |
0: The user leaves the channel successfully.
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_FAILURE = 1 |
1: The user fails to leave the channel.
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_REJECTED = 2 |
2: RESERVED FOR FUTURE USE
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_NOT_IN_CHANNEL = 3 |
3: The user is not in the channel.
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_KICKED = 4 |
4: The user is banned to join the channel.
int io.agora.rtm.RtmStatusCode.LeaveChannelError.LEAVE_CHANNEL_ERR_NOT_INITIALIZED = 101 |
101: The SDK is not initialized.