feat: allow livekit to work with tunnels udp and tcp with quickguide (#948)

This commit is contained in:
Juan Diego García
2026-04-07 17:14:55 -05:00
committed by GitHub
parent df782107d7
commit f4f94a0d99
4 changed files with 261 additions and 9 deletions

View File

@@ -171,5 +171,5 @@ async def test_multitrack_pipeline_end_to_end(
assert len(messages) >= 1, "Should have received at least 1 email"
email_msg = messages[0]
assert (
"Transcript Ready" in email_msg.get("Subject", "")
"Reflector:" in email_msg.get("Subject", "")
), f"Email subject should contain 'Transcript Ready', got: {email_msg.get('Subject')}"