NewCallEventArgs Class

Definition

Represents the event arguments that contain information regarding a new call event.

public ref class NewCallEventArgs : EventArgs
public class NewCallEventArgs : EventArgs
type NewCallEventArgs = class
    inherit EventArgs
Public Class NewCallEventArgs
Inherits EventArgs
Inheritance
NewCallEventArgs

Constructors

NewCallEventArgs(Guid, CallInfoData)

Initializes a new instance of the NewCallEventArgs class.

Properties

CallInfo

Gets or sets the CallInfoData Object preloaded with the initial CTI centric information.

CtiRefCallId

Gets or sets the call reference ID assigned by CTI for internal tracking.

Applies to