AgoraRtmLocalInvitationErrorCode Constants Reference
Declared in | AgoraRtmCallKit.h |
---|
AgoraRtmLocalInvitationErrorCode
返回给主叫的呼叫邀请错误码。
Definition
typedef NS_ENUM(NSInteger, AgoraRtmLocalInvitationErrorCode ) {
AgoraRtmLocalInvitationErrorOk = 0,
AgoraRtmLocalInvitationErrorRemoteOffline = 1,
AgoraRtmLocalInvitationErrorRemoteNoResponse = 2,
AgoraRtmLocalInvitationErrorExpire = 3,
AgoraRtmLocalInvitationErrorNotLoggedIn = 4,
};
Constants
AgoraRtmLocalInvitationErrorOk
-
0:返回给主叫的呼叫邀请错误码:呼叫邀请成功。
Declared In
AgoraRtmCallKit.h
. AgoraRtmLocalInvitationErrorRemoteOffline
-
1:返回给主叫的呼叫邀请错误码:被叫不在线。
SDK 会在被叫不在线时不断重发呼叫邀请。若消息发送 30 秒后被叫仍未上线,SDK 会返回此错误码。
Declared In
AgoraRtmCallKit.h
. AgoraRtmLocalInvitationErrorRemoteNoResponse
-
2:返回给主叫的呼叫邀请错误码:被叫在呼叫邀请发出后 30 秒无 ACK 响应。
Declared In
AgoraRtmCallKit.h
. AgoraRtmLocalInvitationErrorExpire
-
3:返回给主叫的呼叫邀请错误码:呼叫邀请过期。被叫 ACK 响应呼叫邀请后 60 秒时,呼叫邀请仍未被取消、接受、拒绝,则呼叫邀请过期。
Declared In
AgoraRtmCallKit.h
. AgoraRtmLocalInvitationErrorNotLoggedIn
-
4: 返回给主叫的呼叫邀请错误码:主叫未登录。
Declared In
AgoraRtmCallKit.h
.
Declared In
AgoraRtmCallKit.h