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
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