Skip to main content

SessionDocumentInfo

Information about a CRDT document bound to a session

Properties

createdAt

createdAt: ISOString;

When the document was created


documentId

documentId: string;

Unique document identifier


isActive

isActive: boolean;

Whether the document is currently active


roomId

roomId: string;

Room ID for WebSocket connections


sessionId

sessionId: string;

ID of the session this document is bound to