Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
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 |
int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_OK = 0 |
0: RETURNED TO THE CALLER. The outgoing invitation succeeds.
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:
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.
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).
int io.agora.rtm.RtmStatusCode.LocalInvitationError.LOCAL_INVITATION_ERR_NOT_LOGGEDIN = 4 |
4: RETURNED TO THE CALLER. The user has not logged in.