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.)
onConnInfo(state, extraInfo)
commonParams
Room.join
"Active"
"Awaiting state"
"Connecting to master"
"Connecting to peer"
"Connection Failed"
"Trying reverse connection"
These values are used to track the current state of connection while joining a room. (Designed for the
onConnInfo(state, extraInfo)callback in thecommonParamsparameter ofRoom.joinfunction.)