minor examples cleanup

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-09 09:16:10 -07:00
parent f31efa42c9
commit 3d702a5c39
4 changed files with 4 additions and 6 deletions

View File

@@ -153,7 +153,6 @@ async def main():
@transport.event_handler("on_first_participant_joined")
async def on_first_participant_joined(transport, participant):
logger.debug("First participant joined: {}", participant["id"])
await transport.capture_participant_transcription(participant["id"])
@transport.event_handler("on_participant_left")
async def on_participant_left(transport, participant, reason):