Are you an LLM? You can read better optimized documentation at /documentation/api/query-core/functions/subscribeHistoryLive.md for this page in Markdown format
ws-asyncapi API / query-core / subscribeHistoryLive
Function: subscribeHistoryLive()
subscribeHistoryLive(
client,queryClient,keyPrefix,room,options): () =>void
Defined in: .api-entries/query-core/index.d.ts:74
Keep a history query live by appending incoming liveEvent events into the same cache entry (bounded by limit). Returns an unsubscribe. Framework- agnostic: pass the adapter's QueryClient.
Parameters
client
queryClient
QueryClient
keyPrefix
string
room
string
options
liveEvent
string
limit?
number
Returns
() => void