Enum DataChannelState
A data channel state.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum DataChannelState
Fields
Name | Description |
---|---|
Closed | Indicates the data channel has been closed due to an intentional request. |
Closing | Indicates the data channel is in the process of closing due to an intentional request. |
Connected | Indicates the data channel has completed negotiation of a secure connection. |
Connecting | Indicates the data channel is in the process of negotiating a secure connection. |
Failed | Indicates the data channel has been closed as the result of an error. |
New | Indicates the data channel has been created and has not started negotiating yet. |