public class

CiscoTelephonyManager.CiscoTelephonyManagerCallConfParticipant

extends Object
java.lang.Object
   ↳ com.cisco.telephony.CiscoTelephonyManager.CiscoTelephonyManagerCallConfParticipant

Class Overview

This interface provides access to conference participant information, such as name, number, etc.

Summary

Nested Classes
class CiscoTelephonyManager.CiscoTelephonyManagerCallConfParticipant.CiscoTelephonyManagerCallConfParticipantInvalidObject Exception returned from an Invalid Device Feature Info  
Protected Constructors
CiscoTelephonyManager.CiscoTelephonyManagerCallConfParticipant(ICallConfParticipant callConfParticipant)
Public Methods
ConfParticipant getConferenceParticipantHandle()
Get the conference participant handle.
String getConferenceParticipantName()
Get name of a specific conference participant.
String getConferenceParticipantNumber()
Get number of a specific conference participant.
CallSecurityEnum getConferenceParticipantSecurity()
Get security status of a specific conference participant.
ConfParticipantStatusEnum getConferenceParticipantStatus()
Get call status of a specific conference participant.
boolean hasRemoveParticipantCapability()
Determine whether a given participant has remove-participant capability or not.
boolean isConferenceParticipantSelf()
Determine whether a given participant is us or not.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected CiscoTelephonyManager.CiscoTelephonyManagerCallConfParticipant (ICallConfParticipant callConfParticipant)

Public Methods

public ConfParticipant getConferenceParticipantHandle ()

public String getConferenceParticipantName ()

public String getConferenceParticipantNumber ()

public CallSecurityEnum getConferenceParticipantSecurity ()

public ConfParticipantStatusEnum getConferenceParticipantStatus ()

public boolean hasRemoveParticipantCapability ()

Determine whether a given participant has remove-participant capability or not.

public boolean isConferenceParticipantSelf ()