How do I save transcript from my phone conversatio...
# ask-ai
f
How do I save transcript from my phone conversation? @millions-hair-24956
g
To save transcripts from a phone conversation using LiveKit, you can utilize the
user_speech_committed
and
agent_speech_committed
events. These events allow you to capture the transcriptions of both the user and the agent during a conversation. You can then save these transcriptions to a database or a file for later use. For implementation, you can refer to the LiveKit documentation on emitted events which provides guidance on how to listen to these events. Additionally, you can look at examples like this one that demonstrate saving chat context to a local file, which can be adapted to save to a database. Would you like more detailed guidance on setting this up? Sources: - https://livekit-users.slack.com/archives/C07FVFARRK7/p1728711710.058359 - https://livekit-users.slack.com/archives/C07FY8WHGPM/p1728856136.961559 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.