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