Hi,
Thanks for the webrtc option! I’m trying to understand while using webrtc on the frontend and having the client connect to openai directly using ephemeral token, how can i somehow retrieve conversation events and transcription from my backend separately? The use case is, i want to send a conversation transcription and some summary through email after the conversation is completed.
It would be amazing if i could connect to an api and provide session id using my backend and then get the whole list of conversation events from there?