AgoraRtmRemoteInvitationState Constants Reference
Declared in | AgoraRtmCallKit.h |
---|
AgoraRtmRemoteInvitationState
RETURNED TO THE CALLEE. States of an incoming call invitation.
Definition
typedef NS_ENUM(NSInteger, AgoraRtmRemoteInvitationState ) {
AgoraRtmRemoteInvitationStateIdle = 0,
AgoraRtmRemoteInvitationStateInvitationReceived = 1,
AgoraRtmRemoteInvitationStateAcceptSentToLocal = 2,
AgoraRtmRemoteInvitationStateRefused = 3,
AgoraRtmRemoteInvitationStateAccepted = 4,
AgoraRtmRemoteInvitationStateCanceled = 5,
AgoraRtmRemoteInvitationStateFailure = 6,
};
Constants
AgoraRtmRemoteInvitationStateIdle
-
0: RETURNED TO THE CALLEE. The initial state of a call invitation (idle).
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateInvitationReceived
-
1: RETURNED TO THE CALLEE. A call invitation from a remote caller is received.
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateAcceptSentToLocal
-
2: FOR INTERNAL USE ONLY.
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateRefused
-
3: RETURNED TO THE CALLEE. You have declined the call invitation.
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateAccepted
-
4: RETURNED TO THE CALLEE. You have accepted the call invitation.
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateCanceled
-
5: RETURNED TO THE CALLEE. The call invitation is canceled by the remote caller.
Declared In
AgoraRtmCallKit.h
. AgoraRtmRemoteInvitationStateFailure
-
6: RETURNED TO THE CALLEE. The life cycle of the incoming call invitation ends in failure.
Declared In
AgoraRtmCallKit.h
.
Declared In
AgoraRtmCallKit.h