Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
oracle.wsc.android.messaging |
Provides a SIP based Messaging API.
|
oracle.wsc.android.session |
Session API.
|
Modifier and Type | Class and Description |
---|---|
class |
CallPackage
Package handler that enables call applications.
|
Modifier and Type | Class and Description |
---|---|
class |
MessagingPackage
Package handler that enables messaging applications.
|
Modifier and Type | Method and Description |
---|---|
Package |
SubSession.getPackage()
Gets the package.
|
Package |
WSCSession.getPackage(String packageType)
Gets the package.
|
Modifier and Type | Method and Description |
---|---|
WSCSession.Builder |
WSCSession.Builder.withPackage(Package value)
With package.
|
Constructor and Description |
---|
SubSession(Package pPackage)
Instantiates a new subsession.
|
SubSession(Package pPackage,
String id)
Instantiates a new subsession.
|