TVOOutgoingCallState Constants Reference

Declared in TVOOutgoingCall.h

TVOOutgoingCallState

Enumeration indicating the state of the outgoing call.

Definition

typedef NS_ENUM(NSUInteger, TVOOutgoingCallState ) {
   TVOOutgoingCallStateConnecting = 0,
   TVOOutgoingCallStateConnected,
   TVOOutgoingCallStateDisconnected,
};

Constants

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