ICtiCallStateManager.CallItemEvent Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a call item event is raised.
public:
event EventHandler<Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^> ^ CallItemEvent;
event EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs> CallItemEvent;
member this.CallItemEvent : EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs>
Event CallItemEvent As EventHandler(Of CtiCoreEventArgs)
Event Type
Remarks
A Call Item Event could be an inbound chat event, email event, video event , etc. This will pass the vendor specific data to the upstream system to allow the call state manager to make a decision.