Click or drag to resize

NewCallEventArgsChannelResource Property

The channel resource that encapsulates the call that is being offered by the server.

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

Property Value

Type: ChannelResource
Remarks
Using the Channel Resource

When receiving a new call, use this Channel Resource to retrieve the associated Voice Resource, which are both used for all voice processing/telephony functions for the call, including Plays, Get Responses and other voice functions.

Getting Started: Inbound Calls

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

See Also