Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
static MediaStreamEvent |
MediaStreamEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaStreamEvent[] |
MediaStreamEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Call.Observer.mediaStateChanged(MediaStreamEvent mediaStreamEvent,
org.webrtc.MediaStream mediaStream)
This method is called whenever the media state is changed.
|