Click or drag to resize

CallMembershipCallState Enumeration

The enumeration of the status of the person in the membership.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum CallState
Members
  Member nameValueDescription
Unknown0 The person status is unknown.
Idle1 The person is idle w/o any call.
Notified2 The person has been notified about the call.
Joined3 The person has joined the call.
Left4 The person has left the call.
Declined5 The person has declined the call.
Remarks
Since: 0.1.0
See Also