Click or drag to resize

DroppedParticipant Class

Class representing dropped conference participant.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesParticipant
    Avaya.ClientServicesDroppedParticipant

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class DroppedParticipant : Participant

The DroppedParticipant type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Participant's network-provided address, as known to the conferencing system.
(Inherited from Participant.)
Public propertyDisplayName
Participant's network-provided display name, as known to the conferencing system.
(Inherited from Participant.)
Public propertyEntryTime
Participant's entry time to the conference.
Public propertyExitTime
Participant's leave time from the conference.
Public propertyId
Participant's unique id as given by the conference system.
(Inherited from Participant.)
Public propertyIsLocalUser
Information as to whether the participant is the local user.
(Inherited from Participant.)
Top
Methods
  NameDescription
Public methodGetBestContactMatch Obsolete.
Return the best contact match, null if there is no match.
(Inherited from Participant.)
Public methodReinvite
Used by a conference moderator to reinvite a dropped participant to the conference call.
Public methodSendPrivateChatMessage
Sends private message to this participant.
(Inherited from Participant.)
Top
Events
  NameDescription
Public eventMatchedContactsChanged
Occurs when a participant's matched contacts have changed.
(Inherited from Participant.)
Top
See Also