|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XVoiceModule.Client
Client interface for the Voice Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
void |
mute(XObjectID conversationID, XObjectID userID, String callID, Boolean muted)Notification that the user's mute state has changed in a Conversation's conference call. |
void |
offCall(XObjectID conversationID, XObjectID userID, String callID)Notification that a user is no longer on the Conversation's conference call. |
void |
onCall(XObjectID conversationID, XObjectID userID, String callID)Notification that a user is on the Conversation's conference call. |
void |
speaking(XObjectID conversationID, XObjectID userID, Boolean speaking)Notification that a user is speaking in a Conversation's conference call. |
void |
updateConference(XObjectID conversationID, XObjectID conferenceID, XUpdater updater)Notification that a conference has changed and what the change is. |
| Method Detail |
|---|
void onCall(XObjectID conversationID,
XObjectID userID,
String callID)
conversationID - a XObjectID valueuserID - a XObjectID valuecallID - a String containing a unique id for the call
void offCall(XObjectID conversationID,
XObjectID userID,
String callID)
conversationID - a XObjectID valueuserID - a XObjectID valuecallID - a String containing a unique id for the call
void speaking(XObjectID conversationID,
XObjectID userID,
Boolean speaking)
conversationID - a XObjectID valueuserID - a XObjectID valuespeaking - a Boolean which is true if speaking
void mute(XObjectID conversationID,
XObjectID userID,
String callID,
Boolean muted)
conversationID - a XObjectID valueuserID - a XObjectID valuecallID - a String containing a unique id for the callmuted - a Boolean which is true if muted
void updateConference(XObjectID conversationID,
XObjectID conferenceID,
XUpdater updater)
conversationID - a XObjectID valueconferenceID - a XObjectID valueupdater - a XUpdater containing the updates.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||