hp.opencall.media.ccapi
Interface ConfCP


public interface ConfCP

This Interface allows the conference application to access information about a conference CallParty.

Since:
OCMP 2.2

Field Summary
static int CONFERENCING
          The ConfParty is in the Conferencing State as soon as its associated CP is joined to the conference.
static int IDLE
          The ConfParty is in the Idle State
static int INVALID
          The ConfParty is in the Invalid State (unregistered or disconnected)
static int OPENED
          /** The ConfParty is in the Opened State.
static int REGISTERED
          /** The ConfParty is in the Registered State as soon as its associated CP is registered to the conference.
 
Method Summary
 CCSession getCCSession()
          Returns the CCSession corresponding to the ConfCP Be careful not to call CCSession method from a Conference User Thread
 CP getCP()
          Returns the CP corresponding to the ConfCP
 int getState()
          Returns the state of the ConfCP
 

Field Detail

IDLE

public static final int IDLE
The ConfParty is in the Idle State

Since:
OCMP 2.2
See Also:
Constant Field Values

OPENED

public static final int OPENED
/** The ConfParty is in the Opened State.

Since:
OCMP 2.2
See Also:
Constant Field Values

REGISTERED

public static final int REGISTERED
/** The ConfParty is in the Registered State as soon as its associated CP is registered to the conference.

Since:
OCMP 2.2
See Also:
Constant Field Values

CONFERENCING

public static final int CONFERENCING
The ConfParty is in the Conferencing State as soon as its associated CP is joined to the conference.

Since:
OCMP 2.2
See Also:
Constant Field Values

INVALID

public static final int INVALID
The ConfParty is in the Invalid State (unregistered or disconnected)

Since:
OCMP 2.2
See Also:
Constant Field Values
Method Detail

getState

public int getState()
Returns the state of the ConfCP

Since:
OCMP 2.2

getCP

public CP getCP()
Returns the CP corresponding to the ConfCP

Since:
OCMP 2.2

getCCSession

public CCSession getCCSession()
Returns the CCSession corresponding to the ConfCP Be careful not to call CCSession method from a Conference User Thread

Since:
OCMP 2.2