CallType Enumeration
Use the following enumeration members to specify the call type.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Enumeration CallType
public enum CallType
public enum class CallType
Microsoft.Rtc.Workflow.Activities.CallType = function();
Microsoft.Rtc.Workflow.Activities.CallType.createEnum('Microsoft.Rtc.Workflow.Activities.CallType', false);
Members
Member name | Description | |
---|---|---|
Unknown |
Unknown call type.
|
|
AudioVideoCall |
AudioVideo call.
|
|
InstantMessagingCall |
InstantMessaging call.
|