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 | Value | Description | |
---|---|---|---|
Unknown | 0 |
Unknown call type.
|
|
AudioVideoCall | 1 |
AudioVideo call.
|
|
InstantMessagingCall | 2 |
InstantMessaging call.
|