Session KV
Shared JSON state for one plugin within one live session.
Session KV is shared JSON state for one plugin in one live session.
Use it when:
- every participant in the session should see the same state
- the data should disappear when the session ends
- you need JSON values, not files