Declared in WSCCallState.h

WSCCallState

Represents the various states of a WSCCall.

Definition

typedef NS_ENUM(NSInteger, WSCCallState ) {
   WSCCallStateNone,
   WSCCallStateStarted,
   WSCCallStateResponded,
   WSCCallStateEstablished,
   WSCCallStateFailed,
   WSCCallStateRejected,
   WSCCallStateEnded,
};

Constants

WSCCallStateNone

Initial call state.

Declared In WSCCallState.h.

WSCCallStateStarted

The call has started.

Declared In WSCCallState.h.

WSCCallStateResponded

Last request has been responded to by the corresponding side.

Declared In WSCCallState.h.

WSCCallStateEstablished

The call has been established.

Declared In WSCCallState.h.

WSCCallStateFailed

The call has ended abnormally.

Declared In WSCCallState.h.

WSCCallStateRejected

The call has ended due to rejection.

Declared In WSCCallState.h.

WSCCallStateEnded

The call has been closed normally.

Declared In WSCCallState.h.

Declared In

WSCCallState.h