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

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
 

Member Data Documentation

◆ REMOTE_INVITATION_ERR_OK

int io.agora.rtm.RtmStatusCode.RemoteInvitationError.REMOTE_INVITATION_ERR_OK = 0

0: RETURNED TO THE CALLEE. The incoming call invitation succeeds.

◆ REMOTE_INVITATION_ERR_PEER_OFFLINE

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.

◆ REMOTE_INVITATION_ERR_ACCEPT_FAILURE

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.

◆ REMOTE_INVITATION_ERR_INVITATION_EXPIRE

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).