[Missing <summary> documentation for "T:OPSSDKCommon.Model.Session.SessionState"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
| C# |
|---|
public enum SessionState |
| Visual Basic |
|---|
Public Enumeration SessionState |
| Visual C++ |
|---|
public enum class SessionState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Created | 0 | ||
| Setup | 1 | ||
| TransferSetup | 2 | ||
| Ringing | 3 | ||
| InCall | 4 | ||
| CalleeOnHold | 5 | ||
| CallerOnHold | 6 | ||
| OnHold | 7 | ||
| OnHoldInactive | 8 | ||
| TransferRequested | 9 | ||
| Transferring | 10 | ||
| TransferCompleted | 11 | ||
| TransferFailed | 12 | ||
| CallerHungUp | 13 | ||
| CalleeHungUp | 14 | ||
| Redirected | 15 | ||
| NotFound | 16 | ||
| Busy | 17 | ||
| Cancelled | 18 | ||
| NotAnswered | 19 | ||
| Error | 20 | ||
| Aborted | 21 |