Click or drag to resize

SharedControlServiceDeactivateSharedControl Method

Deactivates the shared control service.

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

Parameters

completionHandler
Type: Avaya.ClientServicesSharedControlServiceSharedControlActionCompletionHandler
The SharedControlServiceSharedControlActionCompletionHandler for this operation. Indicates that the operation is ended and the status of it (success of failure) in the SharedControlCompletionHandlerEventArgs argument.
Remarks
Local calls will be destroyed when the system in the deactivating shared control link state. Switching from Desk Phone mode to This Computer mode i.e. deactivating the shared control service - any soft client calls are lost, but the call stays up on the controlled device. As soon as the soft client successfully switches to This Computer, a user can bridge on to the call by joining, essentially have audio coming into the soft client since MDA is ON and the "Max. Simultaneous Devices" setting is set to 2.
See Also