A data channel state.
More...
|
| | New =(1) |
| | Indicates the data channel has been created and has not started negotiating yet. More...
|
| |
| | Connecting =(2) |
| | Indicates the data channel is in the process of negotiating a secure connection. More...
|
| |
| | Connected =(3) |
| | Indicates the data channel has completed negotiation of a secure connection. More...
|
| |
| | Closing =(4) |
| | Indicates the data channel is in the process of closing due to an intentional request. More...
|
| |
| | Closed =(5) |
| | Indicates the data channel has been closed due to an intentional request. More...
|
| |
| | Failed =(6) |
| | Indicates the data channel has been closed as the result of an error. More...
|
| |
◆ DataChannelState()
| fm.liveswitch.DataChannelState.DataChannelState |
( |
int |
value | ) |
|
◆ [static initializer]()
| fm.liveswitch.DataChannelState.[static initializer] |
|
static |
◆ getAssignedValue()
| int fm.liveswitch.DataChannelState.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
| static DataChannelState fm.liveswitch.DataChannelState.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ Closed
| fm.liveswitch.DataChannelState.Closed =(5) |
Indicates the data channel has been closed due to an intentional request.
◆ Closing
| fm.liveswitch.DataChannelState.Closing =(4) |
Indicates the data channel is in the process of closing due to an intentional request.
◆ Connected
| fm.liveswitch.DataChannelState.Connected =(3) |
Indicates the data channel has completed negotiation of a secure connection.
◆ Connecting
| fm.liveswitch.DataChannelState.Connecting =(2) |
Indicates the data channel is in the process of negotiating a secure connection.
◆ Failed
| fm.liveswitch.DataChannelState.Failed =(6) |
Indicates the data channel has been closed as the result of an error.
◆ New
| fm.liveswitch.DataChannelState.New =(1) |
Indicates the data channel has been created and has not started negotiating yet.