examples: rely on new daily default transcription settings

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-11 11:22:58 -07:00
parent 0f23282e30
commit 7336866a1c
11 changed files with 5 additions and 28 deletions

View File

@@ -127,8 +127,6 @@ async def main(room_url: str, token, phone):
transport.start_recording()
transport.dialout(phone)
transport.transcription_settings["extra"]["punctuate"] = True
await asyncio.gather(transport.run(), handle_transcriptions())