CallControlAPIBargeInCallbackAsync(RegistrarRecord, ActiveConnection, PBXConnectionBargeInMode) Method

Call barge-in from the specific Extension device. Only specific device of the extension will receive barge-in callback.

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> BargeInCallbackAsync(
	this RegistrarRecord device,
	ActiveConnection ac,
	PBXConnectionBargeInMode mode
)

Parameters

device  RegistrarRecord
the extension device
ac  ActiveConnection
The call participant
mode  PBXConnectionBargeInMode
the bargein mode

Return Value

TaskCallControlResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RegistrarRecord. 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