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).
NOT_LOGGEDIN
NOT_LOGGEDIN: = "NOT_LOGGEDIN"
RETURNED TO THE CALLER. The user has not logged in.
PEER_NO_RESPONSE
PEER_NO_RESPONSE: = "PEER_NO_RESPONSE"
RETURNED TO THE CALLER. The callee is online but has not ACKed to the call invitation 30 seconds since it is sent.
PEER_OFFLINE
PEER_OFFLINE: = "PEER_OFFLINE"
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.
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).