Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
oracle.wsc.android.session |
Session API.
|
Modifier and Type | Class and Description |
---|---|
class |
Call
Represents a call which could have any combination of audio/video/dataChannel capabilities.
|
Modifier and Type | Method and Description |
---|---|
SubSession |
WSCSession.getSubSession(String id)
Gets the subsession.
|
protected SubSession |
Package.getSubSession(String id) |
Modifier and Type | Method and Description |
---|---|
void |
WSCSession.putSubSession(SubSession subSession)
Adds a sub session to WSCSession.
|
protected void |
Package.putSubSession(SubSession subSession) |