DataChannelState Enumeration |
Namespace: FM.IceLink
| Member name | Value | Description | |
|---|---|---|---|
| New | 1 | Indicates the DataChannel has been created and has not started negotiating yet. | |
| Connecting | 2 | Indicates the DataChannel is in the process of negotiating a secure connection. | |
| Connected | 3 | Indicates the DataChannel has completed negotiation of a secure connection. | |
| Closing | 4 | Indicates the DataChannel is in the process of closing due to an intentional request. | |
| Closed | 5 | Indicates the DataChannel has been closed due to an intentional request. | |
| Failed | 6 | Indicates the DataChannel has been closed as the result of an error. |
Copyright 2016+ Frozen Mountain Software