com.cisco.jtapi.extensions
Interface CiscoTermConnPrivacyChangedEv


public interface CiscoTermConnPrivacyChangedEv

Introduction

The system sends the CiscoTermConnPrivacyChangedEv event when the privacy status of a TeminalConnection changes. If privacy is active, the user cannot Barge into the Call.


Field Summary
static int ID
           
 
Method Summary
 javax.telephony.TerminalConnection getTerminalConnection()
          Returns the TerminalConnection where privacy changed.
 

Field Detail

ID

static final int ID
See Also:
Constant Field Values
Method Detail

getTerminalConnection

javax.telephony.TerminalConnection getTerminalConnection()
Returns the TerminalConnection where privacy changed. You can call getPrivacyStatus on the TerminalConnection to check its privacy status.

See Also:
CiscoTerminalConnection.getPrivacyStatus()