Bit6CallState Constants Reference
| Declared in | Bit6CallController.h |
Bit6CallState
Call status for a Bit6CallController.
Definition
typedef NS_ENUM(NSInteger, Bit6CallState ) {
Bit6CallState_NEW,
Bit6CallState_ACCEPTING_CALL,
Bit6CallState_GATHERING_CANDIDATES,
Bit6CallState_WAITING_SDP,
Bit6CallState_SENDING_SDP,
Bit6CallState_CONNECTING,
Bit6CallState_CONNECTED,
Bit6CallState_DISCONNECTED,
Bit6CallState_END,
Bit6CallState_ERROR,
Bit6CallState_MISSED,
};
Constants
Bit6CallState_NEW-
The call hasn’t started.
Declared In
Bit6CallController.h. Bit6CallState_ACCEPTING_CALL-
Answering the incoming call.
Declared In
Bit6CallController.h. Bit6CallState_GATHERING_CANDIDATES-
Preparing the local sdp candidates.
Declared In
Bit6CallController.h. Bit6CallState_WAITING_SDP-
Waiting for remote sdp.
Declared In
Bit6CallController.h. Bit6CallState_SENDING_SDP-
Sending local sdp.
Declared In
Bit6CallController.h. Bit6CallState_CONNECTING-
Connecting to the call.
Declared In
Bit6CallController.h. Bit6CallState_CONNECTED-
The call has started.
Declared In
Bit6CallController.h. Bit6CallState_DISCONNECTED-
The call is disconnected for the moment.
Declared In
Bit6CallController.h. Bit6CallState_END-
The call ended.
Declared In
Bit6CallController.h. Bit6CallState_ERROR-
The call ended with an error.
Declared In
Bit6CallController.h. Bit6CallState_MISSED-
It is a missed call.
Declared In
Bit6CallController.h.
Declared In
Bit6CallController.h