Package | Description |
---|---|
oracle.wsc.android.data |
JSON-WebRTC data types.
|
Modifier and Type | Field and Description |
---|---|
static Action |
Action.COMPLETE
Indicates the completion of media establishment.
|
static Action |
Action.CONNECT
Establishes a protocol level session with the server.
|
static Action |
Action.HIBERNATE
Hibernate to enable Client to sleep.
|
static Action |
Action.ICE_ENQUIRY
iceEnquiry to query for ice server information.
|
static Action |
Action.NOTIFY
Equivalent to the Notification of the Notification Server.
|
static Action |
Action.PRACK
Pre-acknowledges provisional responses.
|
static Action |
Action.SEND
For sending SIP chat messages,
|
static Action |
Action.SHUTDOWN
Shuts down a session started by a particular request message.
|
static Action |
Action.START
Message that starts a session with a particular package.
|
static Action |
Action.TRICKLE
Trickle ICE to exchange ICE candidates.
|
Modifier and Type | Method and Description |
---|---|
static Action |
Action.getAction(Frame frame)
Gets
Action from frame. |
static Action |
Action.getAction(String value)
Gets
Action by action name. |
static Action |
Action.valueOf(String name) |
static Action[] |
Action.values() |