Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Public Attributes |
|
int | REMOTE_INVITATION_ERR_OK = 0 |
int | REMOTE_INVITATION_ERR_PEER_OFFLINE = 1 |
int | REMOTE_INVITATION_ERR_ACCEPT_FAILURE = 2 |
int | REMOTE_INVITATION_ERR_INVITATION_EXPIRE = 3 |
int io.agora.rtm.RtmStatusCode.RemoteInvitationError.REMOTE_INVITATION_ERR_OK = 0 |
0: RETURNED TO THE CALLEE. The incoming call invitation succeeds.
int io.agora.rtm.RtmStatusCode.RemoteInvitationError.REMOTE_INVITATION_ERR_PEER_OFFLINE = 1 |
1: RETURNED TO THE CALLEE. The call invitation received by the callee fails: the callee is not online.
int io.agora.rtm.RtmStatusCode.RemoteInvitationError.REMOTE_INVITATION_ERR_ACCEPT_FAILURE = 2 |
2: RETURNED TO THE CALLEE. The call invitation received by callee fails: The callee does not ACK within a set time after the callee accepts the call invitation. This is usually a result of a network interruption.
int io.agora.rtm.RtmStatusCode.RemoteInvitationError.REMOTE_INVITATION_ERR_INVITATION_EXPIRE = 3 |
3: RETURNED TO THE CALLEE. The call invitation received by the callee fails: the call invitation expires 60 seconds since it is sent, if the callee ACKs to the call invitation but neither the caller or callee takes any further action (cancel, accept, or decline it).