Click or drag to resize
HIDServiceUpdateDevicesForCallControlExclusion Method
Updates a list of devices for which call control should be deactivated or disallowed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void UpdateDevicesForCallControlExclusion(
	List<string> DevicesToExclude
)

Parameters

DevicesToExclude
Type: System.Collections.GenericListString
A list of GUIDs of call controllable devices for which call control should be deactivated (if already selected and activated) or disallowed (if selected at a later time).
Remarks
GUIDs of call controllable devices are as received from audioInterface.
See Also