Interface: ActivityState¶
Defined in: types.ts:187
The full activity snapshot for a conversation: every StreamGroup keyed by group id. This is what useActivity exposes.
Properties¶
groups¶
groups:
Record\<string,StreamGroup>
Defined in: types.ts:189
All activity groups for the current thread, keyed by group id.