Click or drag to resize
Participant Class
Interface for all specific participant objects used in components i.e. Messaging, Call.
Inheritance Hierarchy

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

The Participant type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Participant's network-provided address, as known to the conferencing system.
Public propertyDisplayName
Participant's network-provided display name, as known to the conferencing system.
Public propertyId
Participant's unique id as given by the conference system.
Public propertyIsLocalUser
Information as to whether the participant is the local user.
Top
Methods
  NameDescription
Public methodGetBestContactMatch Obsolete.
Return the best contact match, null if there is no match.
Public methodSendPrivateChatMessage
Sends private message to this participant.
Top
Events
  NameDescription
Public eventMatchedContactsChanged
Occurs when a participant's matched contacts have changed.
Top
Remarks
This class provides all base functionality which is used in all components. Each inheriting class adds component specific logic.
See Also