Click or drag to resize

SharedControlServiceActivateSharedControl Method

Activates the shared control service.

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

Parameters

endpoint
Type: Avaya.ClientServicesControllableEndpoint
The ControllableEndpoint to be used in Shared Control. If not specified (null passed), the first available controllable endpoint is used.
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 system in the activating shared control link state. Switching from This Computer mode to Desk Phone Mode - if a user wants to continue the call, a user can bridge - on to that call from the desk phone before switching since MDA is ON and the "Max. Simultaneous Devices" setting is set to 2 (for Shared Control).
See Also