pub fn load_transcribed_session_activity() -> Result<BTreeMap<String, Option<i64>>>Expand description
The activity watermark of every session whose projection holds at least one transcript item, by session id.
This is a change token, not a projection: session indexing needs to know which live conversations have moved since it last looked, and loading each one’s transcript to find out would cost the whole corpus every sync.