Which specific document a presence id resolves to.
Presence compares exact document ids, so a client in a draft and a client in the
published document are in different places even for the same documentId. Pass
the perspective you are editing under and the SDK resolves it; the React hooks
take it from ResourceProvider when you do not pass one.
Which specific document a presence id resolves to.
Presence compares exact document ids, so a client in a draft and a client in the published document are in different places even for the same
documentId. Pass the perspective you are editing under and the SDK resolves it; the React hooks take it fromResourceProviderwhen you do not pass one.