Click or drag to resize

ConferencePermissionToEnterLockedConferenceRequired Event

Notifies the application that the end user is trying to join a locked conference call that does not require a passcode for entry.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler PermissionToEnterLockedConferenceRequired

Value

Type: SystemEventHandler
Remarks
If user wants to request permission from the moderator to enter the call, SendRequestToEnterLockedConference(ConferenceConferenceActionCompletionHandler) should be called. If the user does not want to request permission from the moderator, the End() method on the Call object should be called to end the connection to the conference call. It should be noted that a locked conference call may also require admission passcode. In this case the PasscodeRequired event is raised with a boolean flag indicating that permission is required to join the conference call.
See Also