Click or drag to resize
PendingParticipant Class
Unsupported: The pending participant feature is currently not supported.
The PendingParticipant class represents a participant pending to join the conference.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesParticipant
    Avaya.ClientServicesPendingParticipant

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

The PendingParticipant 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
Represents the time when participant has requested admission to join 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 methodAccept
Used by a conference moderator to accept a pending participant to the conference call.
Public methodDeny
Used by a conference moderator to deny a pending participant to the conference call.
Public methodGetBestContactMatch Obsolete.
Return the best contact match, null if there is no match.
(Inherited from Participant.)
Public methodSendPrivateChatMessage
Sends private message to this participant.
(Inherited from Participant.)
Top
Events
  NameDescription
Public eventAccepted
Occurs when a participant has been accepted into the conference.
Public eventCancelled
Occurs when a participant no longer wants to join a conference.
Public eventDenied
Occurs when a participant has been denied acceptance into the conference.
Public eventMatchedContactsChanged
Occurs when a participant's matched contacts have changed.
(Inherited from Participant.)
Top
Remarks

When a conference call is locked, a person who wishes to join the call may "knock on the conference room door" using conference server's knock on the door feature. This person is described as a pending participant, because the person is waiting to join the call. The conference moderator(s) may choose to grant or reject the pending participant's request. Access grant and rejection are controlled by the Accept() and Deny() methods defined on the PendingParticipant object, respectively.

It should be noted that not all conference server releases support this feature. The client application should check conference object's AcceptDenyPendingParticipantCapability property, to find out whether the conference server supports this feature, and the local user has permission to accept / reject entry to pending participants.

Unsupported: This class and all of its supporting classes are for internal Avaya use only and should not be used by third party applications at this time. This is an incubating feature that is currently under development and the classes and methods associated with this feature are subject to change at any time. Use of this feature will not be supported by Avaya until such time that it is officially released.

See Also