Click or drag to resize

ConferenceSendRequestToEnterLockedConference Method

Request for permission to enter a locked conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SendRequestToEnterLockedConference(
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

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 PermissionToEnterLockedConferenceRequired event. If the user decides to go ahead with requesting permission to enter the locked conference call, this method should be called. If the user decides not to request permission from the moderator, the Call object's End method should be called to end the local user's connection to the conference call.
See Also