calm-optician-60209
02/25/2025, 10:00 AMgray-monkey-83525
02/25/2025, 10:00 AMdebug
to capture more detailed logs, as discussed in the LiveKit Slack channel.
Would you like more details on how to configure logging for a specific deployment setup?
Sources:
- Analytics API documentation
- LiveKit Slack channel 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.calm-optician-60209
02/25/2025, 11:15 AMgray-monkey-83525
02/25/2025, 11:15 AMegress_info
object returned by the start_room_composite_egress
method contains several parameters, but the exact parameters are not explicitly detailed in the provided data sources. However, based on typical API responses and the context provided, egress_info
might include parameters such as egress_id
, status
, and possibly other metadata related to the egress operation.
For a more precise understanding, you might want to refer to the LiveKit API documentation or the Egress API documentation to see the full structure of the EgressInfo
object. If you need further details, I can help break down the typical structure of such API responses.
Would you like more detailed information on how to access or interpret these parameters?
Sources:
- LiveKit API documentation
- Egress API documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.calm-optician-60209
02/25/2025, 11:23 AMgray-monkey-83525
02/25/2025, 11:23 AMEgressInfo
object is part of the LiveKit API and provides details about an egress operation. According to the LiveKit protocol documentation, EgressInfo
is a protocol message that likely includes various fields related to the egress process.
While the exact fields of EgressInfo
are not explicitly listed in the provided data sources, it typically contains information such as the egress ID, status, and possibly other metadata like the start and end times, file details, and error information if applicable. For a complete definition, you can refer to the LiveKit protocol GitHub repository, which contains the full EgressInfo
definition.
Would you like more detailed information on specific fields within the EgressInfo
object?
Sources:
- LiveKit protocol documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.