AgoraRtmLocalInvitationState Constants Reference
| Declared in | AgoraRtmCallKit.h |
|---|
AgoraRtmLocalInvitationState
RETURNED TO THE CALLER. States of an outgoing call invitation.
Definition
typedef NS_ENUM(NSInteger, AgoraRtmLocalInvitationState ) {
AgoraRtmLocalInvitationStateIdle = 0,
AgoraRtmLocalInvitationStateSentToRemote = 1,
AgoraRtmLocalInvitationStateReceivedByRemote = 2,
AgoraRtmLocalInvitationStateAcceptedByRemote = 3,
AgoraRtmLocalInvitationStateRefusedByRemote = 4,
AgoraRtmLocalInvitationStateCanceled = 5,
AgoraRtmLocalInvitationStateFailure = 6,
};
Constants
-
AgoraRtmLocalInvitationStateIdle -
0: RETURNED TO THE CALLER. The initial state of a call invitation (idle).
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateSentToRemote -
1: FOR INTERNAL USE ONLY.
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateReceivedByRemote -
2: RETURNED TO THE CALLER. The call invitation is received by the callee.
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateAcceptedByRemote -
3: RETURNED TO THE CALLER. The call invitation is accepted by the callee.
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateRefusedByRemote -
4: RETURNED TO THE CALLER. The call invitation is declined by the callee.
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateCanceled -
5: RETURNED TO THE CALLER. You have canceled the call invitation.
Declared In
AgoraRtmCallKit.h. -
AgoraRtmLocalInvitationStateFailure -
6: RETURNED TO THE CALLER. The life cycle of the outgoing call invitation ends in failure.
Declared In
AgoraRtmCallKit.h.
Declared In
AgoraRtmCallKit.h