RTCDataChannelState

class Object
trait Matchable
class Any

Value members

Concrete fields

The underlying data transport has been closed or could not be established.

The underlying data transport has been closed or could not be established.

The procedure to close down the underlying data transport has started.

The procedure to close down the underlying data transport has started.

The user agent is attempting to establish the underlying data transport. This is the initial state of a RTCDataChannel object created with createDataChannel().

The user agent is attempting to establish the underlying data transport. This is the initial state of a RTCDataChannel object created with createDataChannel().

The underlying data transport is established and communication is possible. This is the initial state of a RTCDataChannel object dispatched as a part of a RTCDataChannelEvent.

The underlying data transport is established and communication is possible. This is the initial state of a RTCDataChannel object dispatched as a part of a RTCDataChannelEvent.