| Package | Description |
|---|---|
| oracle.wsc.android.call |
Provides a Call handling API.
|
| Modifier and Type | Field and Description |
|---|---|
static MediaStreamEvent |
MediaStreamEvent.LOCAL_STREAM_ADDED
Local media stream has been added to the call.
|
static MediaStreamEvent |
MediaStreamEvent.LOCAL_STREAM_ERROR
Error with the local media stream.
|
static MediaStreamEvent |
MediaStreamEvent.LOCAL_STREAM_REMOVED
Local media stream has been removed from the call.
|
static MediaStreamEvent |
MediaStreamEvent.REMOTE_STREAM_ADDED
Remote media stream has been added to the call.
|
static MediaStreamEvent |
MediaStreamEvent.REMOTE_STREAM_ERROR
Error with the remote media stream.
|
static MediaStreamEvent |
MediaStreamEvent.REMOTE_STREAM_REMOVED
Remote media stream has been removed from the call.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaStreamEvent |
MediaStreamEvent.valueOf(String name) |
static MediaStreamEvent[] |
MediaStreamEvent.values() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Call.Observer.mediaStateChanged(MediaStreamEvent mediaStreamEvent,
org.webrtc.MediaStream mediaStream)
Called whenever the media state is changed.
|