Click or drag to resize

CallCallDirection Enumeration

The enumeration of directions of a call

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.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