CallProvider Class

Holds call and telephony session objects. In some cases the call may already be answered, that is in Established state, before being passed on to the workflow. In such cases, the AcceptCallActivity should not be used in the workflow since the call is already accepted. A custom activity should be used instead which must expose a CallProvider object as a property. The CommunicationsSequenceActivity in the workflow can then bind to the CallProvider property exposed by the custom activity.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Workflow.Common.CallProvider

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class CallProvider
'Usage
Dim instance As CallProvider
public sealed class CallProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CallProvider Members

Microsoft.Rtc.Workflow.Common Namespace