From bf5a7c35629fc5785c8f2660fec2a1bcc646b4ea Mon Sep 17 00:00:00 2001 From: Moof Soup Date: Sun, 20 Oct 2024 15:27:48 -0700 Subject: [PATCH] docs: Clarify README example and token usage clarified readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ecd92d8..44e8a060d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ async def main(): # Use Daily as a real-time media transport (WebRTC) transport = DailyTransport( room_url=..., - token=..., + token="", # leave empty. Note: token is _not_ your api key bot_name="Bot Name", params=DailyParams(audio_out_enabled=True))