Is there any way to differentiate requests to realtime? For example, if I send 2 response.create
events, I would like to have a request_id attached to each request that each incoming response would also have so that I know which request the response belonged to.
1 Like