AgoraRtmRemoteInvitationState Constants Reference
Declared in | AgoraRtmCallKit.h |
---|
AgoraRtmRemoteInvitationState
返回给被叫的呼叫邀请状态码。
Definition
typedef NS_ENUM(NSInteger, AgoraRtmRemoteInvitationState ) {
AgoraRtmRemoteInvitationStateIdle = 0,
AgoraRtmRemoteInvitationStateInvitationReceived = 1,
AgoraRtmRemoteInvitationStateAcceptSentToLocal = 2,
AgoraRtmRemoteInvitationStateRefused = 3,
AgoraRtmRemoteInvitationStateAccepted = 4,
AgoraRtmRemoteInvitationStateCanceled = 5,
AgoraRtmRemoteInvitationStateFailure = 6,
};
Constants
AgoraRtmRemoteInvitationStateIdle
-
0:返回给被叫的呼叫邀请状态码:被叫收到的邀请的初始状态。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateInvitationReceived
-
1:返回给被叫的呼叫邀请状态码:收到了来自主叫的呼叫邀请。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateAcceptSentToLocal
-
2:仅供内部使用。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateRefused
-
3:返回给被叫的呼叫邀请状态码:已拒绝来自主叫的呼叫邀请。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateAccepted
-
4:返回给被叫的呼叫邀请状态码:已接受来自主叫的呼叫邀请。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateCanceled
-
5:返回给被叫的呼叫邀请状态码:主叫已取消呼叫邀请。
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateFailure
-
6:返回给被叫的呼叫邀请状态码:呼叫邀请过程失败。
Declared In
AgoraRtmCallKit.h
.
Declared In
AgoraRtmCallKit.h