TVOOutgoingCallState Constants Reference
Declared in | TVOOutgoingCall.h |
---|
TVOOutgoingCallState
Enumeration indicating the state of the outgoing call.
Definition
typedef NS_ENUM(NSUInteger, TVOOutgoingCallState ) {
TVOOutgoingCallStatePending = 0,
TVOOutgoingCallStateConnecting,
TVOOutgoingCallStateConnected,
TVOOutgoingCallStateDisconnected,
};
Constants
TVOOutgoingCallStatePending
-
The outgoing call has not been accepted.
Declared In
TVOOutgoingCall.h
. TVOOutgoingCallStateConnecting
-
The outgoing call is connecting.
Declared In
TVOOutgoingCall.h
. TVOOutgoingCallStateConnected
-
The outgoing call is connected.
Declared In
TVOOutgoingCall.h
. TVOOutgoingCallStateDisconnected
-
The outgoing call is disconnected.
Declared In
TVOOutgoingCall.h
.
Declared In
TVOOutgoingCall.h