CallControlAPIDropAsync Method

the request to terminate connection.

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> DropAsync(
	this ActiveConnection ac,
	PhoneSystemDropRingingAction ringing_action = PhoneSystemDropRingingAction.Terminate
)

Parameters

ac  ActiveConnection
connection which should be dropped (participant which should be disconnected from the call)
ringing_action  PhoneSystemDropRingingAction  (Optional)
how the ringing connection should affect the call flow

Return Value

TaskCallControlResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActiveConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Exceptions

NotImplementedException

See Also