876-srv440-web268
## Anonymous Sessions ### Updates & Improvements - Moved Anonymous Share and Session Token stores from `web/pingpong/src/lib/api.ts` to dedicated `web/pingpong/src/lib/stores/anonymous.ts`. This unified design will simplify things as we move to incorporate more session tokens to support future capabilities. - Share Token is now also parsed through a header (`X-Anonymous-Link-Share`) instead of a URL parameter for all endpoints with the exception of the WebSocket for Voice mode sessions.