Click or drag to resize

SharedControlService Events

The SharedControlService type exposes the following members.

Events
  NameDescription
Public eventControllableEndpointsAvailable
Occurs when a controllable endpoint is available to do Shared Control with, i.e. when the desk phone is logged in and there was no desk phone logged in before.
Public eventControllableEndpointsListUpdated
Occurs when there is an update in list of controllable endpoints. This update can be addition or removal of an endpoint, i.e. the desk phone is logged in or out.
Public eventControllableEndpointsUnavailable
Occurs when no controllable endpoint is available to do Shared Control with, i.e. there is no desk phone logged in.
Public eventRemoteControlSessionConnected
Occurs when the shared control link with the controlling endpoint is established and this client application becomes controlled endpoint. This is typically when the RegisterApplicationRequest is received from the controlling endpoint.
Public eventRemoteControlSessionDisconnected
Occurs when the shared control link with the controlling endpoint is ended gracefully by controlling endpoint or down because of network issues. See RemoteControlSessionDisconnectEventArgs for the disconnect reason.
Public eventSharedControlSessionConnected
Occurs when the shared control link with the controllable endpoint is established and a user can control the desk phone now. This is typically when the RegisterApplicationResponse is received from the desk phone.
Public eventSharedControlSessionDisconnected
Occurs when the shared control link with the controllable endpoint is ended gracefully or down because of network issues. See SharedControlSessionEventArgs for the failure reason.
Public eventSharedControlSessionSetupFailed
Occurs when the shared control link with the controllable endpoint could not be established. This is typically when the shared control link cannot be setup with the controlled endpoint due to various reasons. See SharedControlSessionEventArgs for the failure reason.
Top
See Also