|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.StopTxOptions
public static class CallControl.StopTxOptions
| Field Summary | |
|---|---|
java.lang.String |
callId
Unique identifier used to identify the call leg that received the command to stop sending media. |
java.lang.String |
connectionId
Unique identifier used to identify this connection in all Media Control API operations. |
java.lang.Long |
mmsId
Unique identifier used to identify the media engine in control of this connection. |
| Constructor Summary | |
|---|---|
CallControl.StopTxOptions()
Constructs the StopTxOptions. |
|
CallControl.StopTxOptions(java.lang.String callId,
java.lang.Long mmsId,
java.lang.String connectionId)
Constructs the StopTxOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getConnectionId()
Gets the value. |
java.lang.Long |
getMmsId()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setConnectionId(java.lang.String value)
Sets the value. |
void |
setMmsId(java.lang.Long 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 java.lang.String callId
public java.lang.Long mmsId
public java.lang.String connectionId
| Constructor Detail |
|---|
public CallControl.StopTxOptions()
public CallControl.StopTxOptions(java.lang.String callId,
java.lang.Long mmsId,
java.lang.String connectionId)
callId - Unique identifier used to identify the call leg that received the command
callId to stop sending media.
callIdmmsId - Unique identifier used to identify the media engine in control of this
mmsId connection. A common use for this ID is to ensure that other connections
mmsId which will ultimately be conferenced with this connection are all created
mmsId on the same media engine. This correlation is necessary because all
mmsId connections in a single conference must all reside on the same media
mmsId engine. This event parameter will not be populated if the call is in a
mmsId peer-to-peer relationship.
mmsIdconnectionId - Unique identifier used to identify this connection in all Media Control API
connectionId operations. This event parameter will not be populated if the call is in a
connectionId peer-to-peer relationship.
connectionId| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCallId()
public void setCallId(java.lang.String 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||