Click or drag to resize

ConferencePasscodeRequired Event

Notifies the application that the end user is required to provide a conference admission passcode in order to join the conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<BooleanEventArg> PasscodeRequired

Value

Type: SystemEventHandlerBooleanEventArg
Remarks
Upon receiving this event, the application should prompt the user for the conference admission passcode. If user chooses to enter the conference, the client application should call SendPasscode(String, ConferenceConferenceActionCompletionHandler) after collecting the passcode from the end user. If the user chooses not to enter the conference, the client application should call the End() method on the Call object to end the connection to the conference call.
See Also