GatheringState

    WebRTCPeerConnection.swift:59
    enum GatheringState

    Cases

    • case new

      The peer connection was just created and hasn’t done any networking yet.

    • case gathering

      The ICE agent is in the process of gathering candidates for the connection.

    • case complete

      The ICE agent has finished gathering candidates. If something happens that requires collecting new candidates, such as a new interface being added or the addition of a new ICE server, the state will revert to gathering to gather those candidates.

    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