Click or drag to resize

CallFeatureServiceEnableExclusion Method

Enables or disables exclusion for the active call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void EnableExclusion(
	bool enabled,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true exclusion is enabled. If false exclusion is disabled.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
Remarks
Exclusion prevents any other users from bridging onto the call, and drops any other users who are already bridged onto the call.
See Also