This hook returns read-only state for remote clients. It also returns their heartbeat status. It is intended to be used alongside useLocalAwareness.
[ peerStates: { [userId]: state, ... }, { [userId]: heartbeatEpochTime, ...} ]
This hook returns read-only state for remote clients. It also returns their heartbeat status. It is intended to be used alongside useLocalAwareness.