Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
com.sen.openscape.csta.system |
This package maintains the list of Monitors and the Connections for the Monitored Objects, used only by CSTA SDK internally.
|
com.sen.openscape.csta.xml |
Provides the definition of the CSTA Message objects, used only by CSTA SDK internally.
|
Modifier and Type | Method and Description |
---|---|
CstaRequestedConnectionInfo |
CstaConnection.ChangeConnectionInformation(CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
ChangeConnectionInformation.
|
Modifier and Type | Method and Description |
---|---|
CstaRequestedConnectionInfo |
CstaSystem.ChangeConnectionInformation(java.lang.String callID,
CstaDeviceID deviceID,
CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
Send ChangeConnectionInformation Request, wait for ChangeConnectionInformationResponse
|
Modifier and Type | Method and Description |
---|---|
CstaRequestedConnectionInfo |
CstaChangeConnectionInformationResponse.getActualConnectionInfo() |
CstaRequestedConnectionInfo |
CstaChangeConnectionInformation.getRequestedConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
void |
CstaChangeConnectionInformation.setRequestedConnectionInfo(CstaRequestedConnectionInfo requestedConnectionInfo) |