WSCAction Constants Reference
| Declared in | WSCAction.h |
|---|
WSCAction
Default actions supported.
Definition
typedef NS_ENUM(NSInteger, WSCAction ) {
WSCActionConnect,
WSCActionStart,
WSCActionShutdown,
WSCActionComplete,
WSCActionNotify,
WSCActionPrack,
WSCActionHibernate,
WSCActionIceEnquiry,
WSCActionEnquiry,
WSCActionRelay,
WSCActionModify,
WSCActionSend,
WSCTRICKLE,
};
Constants
WSCActionConnect-
Establishes a protocol level session with the server. Equivalent to a MBWS Connect request.
Declared In
WSCAction.h. WSCActionStart-
Message that starts a session with a particular package.
Declared In
WSCAction.h. WSCActionShutdown-
Shuts down a session started by a particular request message.
Declared In
WSCAction.h. WSCActionComplete-
Indicates that the media session has been established.
Declared In
WSCAction.h. WSCActionNotify-
Equivalent to Notification of the Notification Server.
Declared In
WSCAction.h. WSCActionPrack-
Pre-acknowledge provisional responses.
Declared In
WSCAction.h. WSCActionHibernate-
Indicates that the session has Hibernated
Declared In
WSCAction.h. WSCActionIceEnquiry-
Ice enquiry to query for ice server information.
Declared In
WSCAction.h. WSCActionEnquiry-
Enquiry conversation config.
Declared In
WSCAction.h. WSCActionRelay-
Relay conversation config.
Declared In
WSCAction.h. WSCActionModify-
Modify conversation.
Declared In
WSCAction.h. WSCActionSend-
For sending SIP chat messages.
Declared In
WSCAction.h. WSCTRICKLE-
Trickle ICE to exchange ICE candidates.
Declared In
WSCAction.h.
Declared In
WSCAction.h