com.cisco.jtapi.extensions
Interface CiscoConferenceChain


public interface CiscoConferenceChain

Introduction

CiscoConferenceChain

This interface provides links to conference chain connections for the conference calls that are linked together in a conference chain. You can obtain this object from CiscoConferenceChainAddedEv and CiscoConferenceChainRemovedEv.

See Also:
CiscoConferenceChainAddedEv, CiscoConferenceChainRemovedEv

Method Summary
 CiscoCall[] getChainedConferenceCalls()
          Returns an array of Calls that are chained together in a single conference.
 javax.telephony.Connection[] getChainedConferenceConnections()
          Returns an array of Connections for Conference Calls that are chained together in a single conference.
 

Method Detail

getChainedConferenceConnections

javax.telephony.Connection[] getChainedConferenceConnections()
Returns an array of Connections for Conference Calls that are chained together in a single conference. Applications can use this list to get all the Conference Calls that are linked together. To get the list of Connections for all the Calls that are chained together in the Conference, the provider must have an observer on at least one party in every conference call.


getChainedConferenceCalls

CiscoCall[] getChainedConferenceCalls()
Returns an array of Calls that are chained together in a single conference. This interface returns only the Calls in the conference chain that are observed in the provider.