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.

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

Syntax

'Declaration
Public NotInheritable Class CallProvider
public sealed class CallProvider
public ref class CallProvider sealed
Microsoft.Rtc.Workflow.Common.CallProvider = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Common.CallProvider');

Inheritance Hierarchy

Object
  Microsoft.Rtc.Workflow.Common..::.CallProvider

See Also

CallProvider Members

Microsoft.Rtc.Workflow.Common Namespace