Recording demo

This commit is contained in:
James Hush
2025-04-01 14:46:21 +08:00
parent 64ad916c5f
commit 7fdf996f0e
2 changed files with 5 additions and 2 deletions

View File

@@ -213,6 +213,7 @@ async def main():
@transport.event_handler("on_first_participant_joined")
async def on_first_participant_joined(transport, participant):
await transport.start_recording()
await transport.capture_participant_transcription(participant["id"])
await task.queue_frames([context_aggregator.user().get_context_frame()])