Click or drag to resize

ConferenceAcceptDenyPendingParticipantCapability Property

Returns whether the local user can accept or deny a pending participant's entry request to the call. The capability returns not supported if the conference call does not support the feature where a user can request entry to a conference call that is locked, or if the local user does not have permission to accept/deny a pending participant's entry request, or if there is no one waiting to be admitted to the call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability AcceptDenyPendingParticipantCapability { get; }

Property Value

Type: Capability
Remarks
Accept/Deny pending participant capability is not supported when the client is used in shared control mode.
See Also