|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.BridgeCallsResult
public static class CallControl.BridgeCallsResult
| Field Summary | |
|---|---|
java.lang.String |
conferenceId
The ConferenceID of the conference created for these two connections. |
java.lang.String |
connectionId
Unique identifier used to identify the connection created for the call specified in the CallId action parameter. |
java.lang.String |
mediaRxIP
The IP address chosen by the application server for the Rx RTP stream for the ConnectionId result data parameter. |
java.lang.Long |
mmsId
Unique identifier used to identify the media engine in control of both connections. |
java.lang.String |
peerConnectionId
Unique identifier used to identify the connection created for the other call leg than that specified by the CallId action parameter. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
CallControl.BridgeCallsResult()
Constructs the BridgeCallsResult. |
|
CallControl.BridgeCallsResult(CuaeCommon.CuaeResult returnValue,
java.lang.Long mmsId,
java.lang.String connectionId,
java.lang.String peerConnectionId,
java.lang.String conferenceId,
java.lang.String mediaRxIP)
Constructs the BridgeCallsResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConferenceId()
Gets the value. |
java.lang.String |
getConnectionId()
Gets the value. |
java.lang.String |
getMediaRxIP()
Gets the value. |
java.lang.Long |
getMmsId()
Gets the value. |
java.lang.String |
getPeerConnectionId()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setConferenceId(java.lang.String value)
Sets the value. |
void |
setConnectionId(java.lang.String value)
Sets the value. |
void |
setMediaRxIP(java.lang.String value)
Sets the value. |
void |
setMmsId(java.lang.Long value)
Sets the value. |
void |
setPeerConnectionId(java.lang.String value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public CuaeCommon.CuaeResult returnValue
public java.lang.Long mmsId
public java.lang.String connectionId
public java.lang.String peerConnectionId
public java.lang.String conferenceId
public java.lang.String mediaRxIP
| Constructor Detail |
|---|
public CallControl.BridgeCallsResult()
public CallControl.BridgeCallsResult(CuaeCommon.CuaeResult returnValue,
java.lang.Long mmsId,
java.lang.String connectionId,
java.lang.String peerConnectionId,
java.lang.String conferenceId,
java.lang.String mediaRxIP)
mmsId - Unique identifier used to identify the media engine in control of both
mmsId connections. A common use for this ID is to ensure that other connections
mmsId which will ultimately be conferenced with these two connections are all
mmsId created on the same media engine. This correlation is necessary because
mmsId all connections in a single conference must all reside on the same media
mmsId engine.
mmsIdconnectionId - Unique identifier used to identify the connection created for the call
connectionId specified in the CallId action parameter. All subsequent Media Control
connectionId API operations can use this connection.
connectionIdpeerConnectionId - Unique identifier used to identify the connection created for the other
peerConnectionId call leg than that specified by the CallId action parameter. All
peerConnectionId subsequent Media Control API operations can use this connection.
peerConnectionIdconferenceId - The ConferenceID of the conference created for these two connections.
conferenceIdmediaRxIP - The IP address chosen by the application server for the Rx RTP stream for
mediaRxIP the ConnectionId result data parameter.
mediaRxIP| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CuaeCommon.CuaeResult getReturnValue()
public void setReturnValue(CuaeCommon.CuaeResult value)
value - the value.public java.lang.Long getMmsId()
public void setMmsId(java.lang.Long value)
value - the value.public java.lang.String getConnectionId()
public void setConnectionId(java.lang.String value)
value - the value.public java.lang.String getPeerConnectionId()
public void setPeerConnectionId(java.lang.String value)
value - the value.public java.lang.String getConferenceId()
public void setConferenceId(java.lang.String value)
value - the value.public java.lang.String getMediaRxIP()
public void setMediaRxIP(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||