Click or drag to resize

NewCallEventArgs Constructor

Constructor for new call event arguments which include a reference to the Channel Resource assigned by the server.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public NewCallEventArgs(
	ChannelResource channelResource
)

Parameters

channelResource
Type: VoiceElements.ClientChannelResource
When receiving a new call, this is a reference to the Channel Resource assigned by the Voice Elements Server and will therefore contain a reference within to the Voice Resource, which together with the Channel Resource are used for all voice processing/telephony functions for the call.
Remarks
Handling Inbound Call Basics

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

See Also