|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Interface allows the conference application to access information about a conference CallParty.
| 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 |
public static final int IDLE
public static final int OPENED
public static final int REGISTERED
public static final int CONFERENCING
public static final int INVALID
| Method Detail |
public int getState()
public CP getCP()
public CCSession getCCSession()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||