examples(storytelling): update packages

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-02 12:00:00 -07:00
parent 0a37caf4b4
commit 75d27aeb9f
4 changed files with 1117 additions and 4622 deletions

View File

@@ -143,7 +143,7 @@ async def main(room_url, token=None):
@transport.event_handler("on_participant_left")
async def on_participant_left(transport, participant, reason):
intro_task.queue_frame(EndFrame())
await intro_task.queue_frame(EndFrame())
await main_task.queue_frame(EndFrame())
@transport.event_handler("on_call_state_updated")