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 sub session.
|
protected SubSession |
Package.getSubSession(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<SubSession> |
WSCSession.getSubSessions()
Gets the sub sessions.
|
protected Collection<SubSession> |
Package.getSubSessions() |
Modifier and Type | Method and Description |
---|---|
protected void |
Package.putSubSession(SubSession subSession) |