Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Field and Description |
---|---|
static CallUpdateEvent |
CallUpdateEvent.ACCEPTED
Call update accepted.
|
static CallUpdateEvent |
CallUpdateEvent.RECEIVED
Call update received from remote peer.
|
static CallUpdateEvent |
CallUpdateEvent.REJECTED
Call update rejected.
|
static CallUpdateEvent |
CallUpdateEvent.SENT
Call update sent to remote peer.
|
Modifier and Type | Method and Description |
---|---|
static CallUpdateEvent |
CallUpdateEvent.valueOf(String name) |
static CallUpdateEvent[] |
CallUpdateEvent.values() |
Modifier and Type | Method and Description |
---|---|
abstract void |
Call.Observer.callUpdated(CallUpdateEvent state,
CallConfig callConfig,
Cause cause,
Map extHeaders)
Called when receiving an update event for an established call.
|