WSCCallState Constants Reference

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. Call has been created.

Declared In WSCCallState.h.

WSCCallStateStarted

The call has started.

Declared In WSCCallState.h.

WSCCallStateResponded

For the call initiator, this state means the call request has been responded to by the remote side; for the call receiver, this state means the receiver has responded to the incoming request.

Declared In WSCCallState.h.

WSCCallStateEstablished

The call has been established.

Declared In WSCCallState.h.

WSCCallStateFailed

The call met with an exception and has been closed 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