Click or drag to resize

CallStatus Enumeration

The status of a Call.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum CallStatus
Members
  Member nameValueDescription
Initiated0 For the outgoing call, the call has dialed. For the incoming call, the call has received.
Ringing1 For the outgoing call, the call is ringing the remote party. For the incoming call, the call is ringing the local party.
Connected2 The call is answered.
Disconnected3 The call is terminated.
Remarks
Since: 0.1.0
See Also