OMCallCollectorUpdatedHandler Delegate

UpdatedHandler called each time when state of the call has been updated.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public delegate void UpdatedHandler(
	int callid,
	OMCallCollectorCallStateSnapshot snapshot
)

Parameters

callid  Int32
Runtime call id
snapshot  OMCallCollectorCallStateSnapshot
new call state snapshot

See Also