Automerge Repo - v2.5.2-alpha.0
    Preparing search index...

    Variable useRemoteAwarenessConst

    useRemoteAwareness: <T>(
        { handle, localUserId, offlineTimeout, getTime, }: UseRemoteAwarenessProps<
            T,
        >,
    ) => [PeerStates, Heartbeats]

    Type declaration

    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.