ConferenceSendPasscode Method |
Request for admission to enter a conference call that is passcode-protected.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SendPasscode(
string passcode,
ConferenceConferenceActionCompletionHandler completionHandler
)
Parameters
- passcode
- Type: SystemString
Admission passcode. - completionHandler
- Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler.
Remarks
This is preceded by the application receiving notification through the
PasscodeRequired event.
If the user provides the passcode to enter the conference call, this method should be called to provide
the passcode to the conference server.
If the user does not want to provide the passcode, the Call object's End method should be called
to end the local user's connection to the conference call.
See Also