mooball
    Preparing search index...

    Enumeration ConnectionState

    These values are used to track the current state of connection while joining a room. (Designed for the onConnInfo(state, extraInfo) callback in the commonParams parameter of Room.join function.)

    Index

    Enumeration Members

    Active: 3

    "Active"

    AwaitingState: 2

    "Awaiting state"

    ConnectingToMaster: 0

    "Connecting to master"

    ConnectingToPeer: 1

    "Connecting to peer"

    ConnectionFailed: 4

    "Connection Failed"

    TryingReverseConnection: -1

    "Trying reverse connection"