OutboundCallActivity.CallProvider Property
Gets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CallProvider As CallProvider
Get
Private Set
'Usage
Dim instance As OutboundCallActivity
Dim value As CallProvider
value = instance.CallProvider
public CallProvider CallProvider { get; private set; }
Property Value
Type: Microsoft.Rtc.Workflow.Common.CallProvider