Click or drag to resize
SharedControlDisconnectReason Enumeration
Enumeration describing possible reasons for shared control link disconnection.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum SharedControlDisconnectReason
Members
  Member nameValueDescription
InvalidError0 The shared control feature is not supported. Happens when activating shared control on H.323 protocol (Currently APIs are available irrespective of protocol. This error is returned only in H.323). No resolution is possible.
LocallyDisconnected1 The shared control connection was disconnected by the client user's SharedControlService.DeactivateSharedControl action.
ControlledEndpointEnded2 The shared control connection was disconnected by the controlled endpoint. Happens when the desk phone is logged off or another controlling client activated shared control with the desk phone. User can try to activate shared control again to resolve this error.
LinkDown3 The shared control connection is down.
AuthenticationError4 The authentication is rejected by server. Can occur in any operation related to the shared control. No user resolution possible, if problem persists consult support team.
ConnectionError5 The desk phone doesn't respond at any stage of the shared control establishment and the connection cannot be established properly. The shared control connection cannot be automatically recovered by the controlling endpoint. User can try to activate shared control again to resolve this error.
InvalidStateError6 There is already active shared control connection with the same endpoint. The active shared control connection is not deactivated and stays active. No user resolution possible, if problem persists consult support team.
ServerError7 The activation of the shared control connection is rejected by server. Happens when shared control is not supported by the server (for instance, when SBC is not configured for shared control) or when the shared control is activated when there is no controllable endpoint available.
ServerEndedError8 The shared control connection is ended by server for any reason.
GeneralError9 The shared control connection is ended for other reasons.
LocalControlLinkError10 The shared control connection is disconnected because of network issues on the Soft Client side. Network outage or connection with active server has been lost. The controlling endpoint will make an attempt to restore the link once network is up.
RemoteControlLinkError11 The shared control connection is disconnected because of network issues on the desk phone side. Network outage on the desk phone side or the desk phone connection with active server has been lost. Controlling endpoint will make an attempt after 30 seconds to automatically restore the link. On the 6th try, if the link is not restored, ConnectionError will be sent.
ControllingEndpointEnded13 The shared control connection with this client instance was disconnected by the controlling endpoint. This happens when the controlling endpoint is logged off or switches from "Desk Phone" mode to "This Computer" mode.
See Also