Click or drag to resize

NewCallEventArgsCancel Property

Informs server to drop the incoming call. Leave false to take the call.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public bool Cancel { get; set; }

Property Value

Type: Boolean
Remarks
Setting to True: Implications

If you set this to true, the New Call will be dropped immediately after you receive the New Call Event. It is not normal behavior unless you want your application to expicitly reject inbound calls.

Getting Started: Inbound Calls

To begin learning about how to handle inbound calls, start by reading about the New Call Event.

See Also