ChannelState

    WebRTCDataChannel.swift:26
    enum ChannelState

    Cases

    • case connecting

      The channel was created, but it’s still trying to connect.

    • case open

      The channel is currently open, and data can flow over it.

    • case closing

      The channel is being closed, no new messages will be accepted, but those already in queue will be flushed.

    • case closed

      The channel was closed, or connection failed.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (15) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features