Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DataChannelState

A data channel state.

Index

Enumeration members

Closed

Closed: = 5
Indicates the fm.icelink.dataChannel has been closed due to an intentional request.
field

Closed

type

{fm.icelink.DataChannelState}

Closing

Closing: = 4
Indicates the fm.icelink.dataChannel is in the process of closing due to an intentional request.
field

Closing

type

{fm.icelink.DataChannelState}

Connected

Connected: = 3
Indicates the fm.icelink.dataChannel has completed negotiation of a secure connection.
field

Connected

type

{fm.icelink.DataChannelState}

Connecting

Connecting: = 2
Indicates the fm.icelink.dataChannel is in the process of negotiating a secure connection.
field

Connecting

type

{fm.icelink.DataChannelState}

Failed

Failed: = 6
Indicates the fm.icelink.dataChannel has been closed as the result of an error.
field

Failed

type

{fm.icelink.DataChannelState}

New

New: = 1
Indicates the fm.icelink.dataChannel has been created and has not started negotiating yet.
field

New

type

{fm.icelink.DataChannelState}