Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
static Cause |
Cause.create(Frame frame)
Creates an instance from a frame.
|
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.
|
abstract void |
Call.Observer.stateChanged(CallState state,
Cause cause,
Map extHeaders)
Called whenever the call state is changed.
|