docs: Clarify README example and token usage

clarified readme example
This commit is contained in:
Moof Soup
2024-10-20 15:27:48 -07:00
parent b6b1ef0a40
commit bf5a7c3562

View File

@@ -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))