ConnectionState

    WebRTCPeerConnection.swift:37
    enum ConnectionState

    Cases

    • case new

      The connection is new, data channels and an offer can be created in this state.

    • case connecting

      The peer is connecting, ICE is in progress, none of the transports has failed.

    • case connected

      The peer is connected, all ICE transports are connected.

    • case disconnected

      At least one ICE transport is disconnected.

    • case failed

      One or more of the ICE transports failed.

    • case closed

      The peer connection is closed (after calling close for example).

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features