DataChannelState Enumeration |
A data channel state.
Namespace:
FM.IceLink
Assembly:
FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
| 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.
|
See Also