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 Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The person status is unknown.
|
| Idle | 1 |
The person is idle w/o any call.
|
| Notified | 2 |
The person has been notified about the call.
|
| Joined | 3 |
The person has joined the call.
|
| Left | 4 |
The person has left the call.
|
| Declined | 5 |
The person has declined the call.
|
Remarks Since: 0.1.0
See Also