Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.client.modules.voice
Interface XVoiceModuleClientEvents

All Superinterfaces:
XEvents

public interface XVoiceModuleClientEvents
extends XEvents

Voice Module Client Events.


Method Summary
 void notifyMute(XObjectID conversationID, XObjectID userID, String callID, Boolean muted)
           
 void notifyOffCall(XObjectID conversationID, XObjectID userID, String callID)
           
 void notifyOnCall(XObjectID conversationID, XObjectID userID, String callID)
           
 void notifySpeaking(XObjectID conversationID, XObjectID userID, Boolean speaking)
           
 void notifyUpdateConference(XObjectID conversationID, XObjectID conferenceID, XUpdater updater)
           

 

Method Detail

notifyOnCall

void notifyOnCall(XObjectID conversationID,
                  XObjectID userID,
                  String callID)

notifyOffCall

void notifyOffCall(XObjectID conversationID,
                   XObjectID userID,
                   String callID)

notifySpeaking

void notifySpeaking(XObjectID conversationID,
                    XObjectID userID,
                    Boolean speaking)

notifyMute

void notifyMute(XObjectID conversationID,
                XObjectID userID,
                String callID,
                Boolean muted)

notifyUpdateConference

void notifyUpdateConference(XObjectID conversationID,
                            XObjectID conferenceID,
                            XUpdater updater)

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.