Click or drag to resize

CallCallDirection Enumeration

The enumeration of directions of a call

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum CallDirection
Members
  Member nameValueDescription
Incoming0 The local party is a recipient of the call.
Outgoing1 The local party is an initiator of the call.
Remarks
Since: 0.1.0
See Also