creamy-beach-49776
06/26/2025, 9:21 AMtall-airline-16756
06/26/2025, 9:21 AMtall-airline-16756
06/26/2025, 9:21 AMlk.chat
text stream topic.
• Text Output: To generate text-only output, you can disable audio using the following configuration:`room_output_options=RoomOutputOptions(
audio_enabled=False # disable audio output
)`When audio is disabled, the agent will publish text responses to the lk.transcription
text stream topic.
• Manual Text Response: You can manually insert text input and generate a text response using the generate_reply
method:`session.generate_reply(user_input="...")`
• Frontend Integration: On the frontend, you can receive text messages using registerTextStreamHandler
and send text messages using the sendText
method.
If you need further assistance or examples, feel free to ask!
Sources: Text and transcriptions | LiveKit Docscreamy-beach-49776
06/26/2025, 9:22 AMtall-airline-16756
06/26/2025, 9:22 AM