Session Events

SessionEvents subscribes a user to real-time session events. Use this method to receive a stream of events (e.g., messages, join/leave notifications) as they happen in the specified session. Request: SessionEventsRequest (specify session name and username) Response: stream of SessionEventsResponse (real-time event updates) HTTP: GET /v1/conversation/sessions/{name}/events