[Missing <summary> documentation for "T:OPSSDKCommon.Model.Call.CallState"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public enum CallState |
Visual Basic |
---|
Public Enumeration CallState |
Visual C++ |
---|
public enum class CallState |
Members
Member name | Value | Description | |
---|---|---|---|
Created | 0 | ||
Setup | 1 | ||
Error | 2 | ||
Ringing | 3 | ||
Queued | 4 | ||
RingingWithEarlyMedia | 5 | ||
Forwarding | 6 | ||
LocalHeld | 7 | ||
RemoteHeld | 8 | ||
InactiveHeld | 9 | ||
Transferring | 10 | ||
InCall | 11 | ||
Completed | 12 | ||
Rejected | 13 | ||
Cancelled | 14 | ||
Busy | 15 | ||
Forwarded | 16 |