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

Public Attributes

int  LOCAL_INVITATION_ERR_OK = 0
 
int  LOCAL_INVITATION_ERR_PEER_OFFLINE = 1
 
int  LOCAL_INVITATION_ERR_PEER_NO_RESPONSE = 2
 
int  LOCAL_INVITATION_ERR_INVITATION_EXPIRE = 3
 
int  LOCAL_INVITATION_ERR_NOT_LOGGEDIN = 4
 

Member Data Documentation

◆ LOCAL_INVITATION_ERR_OK

int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_OK = 0

0: RETURNED TO THE CALLER. The outgoing invitation succeeds.

◆ LOCAL_INVITATION_ERR_PEER_OFFLINE

int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_PEER_OFFLINE = 1

1: RETURNED TO THE CALLER. The callee is offline.

The SDK performs the following:

  • Keeps resending the call invitation to the callee, if the callee is offline.
  • Returns this error code, if the callee is still offline 30 seconds since the call invitation is sent.

◆ LOCAL_INVITATION_ERR_PEER_NO_RESPONSE

int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_PEER_NO_RESPONSE = 2

2: RETURNED TO THE CALLER. The callee is online but has not ACKed to the call invitation 30 seconds since it is sent.

◆ LOCAL_INVITATION_ERR_INVITATION_EXPIRE

int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_INVITATION_EXPIRE = 3

3: RETURNED TO THE CALLER. SAVED FOR FUTURE USE. 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, accpet, or decline it).

◆ LOCAL_INVITATION_ERR_NOT_LOGGEDIN

int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_NOT_LOGGEDIN = 4

4: RETURNED TO THE CALLER. The user has not logged in.