docs: Clarify README example and token usage
clarified readme example
This commit is contained in:
@@ -64,7 +64,7 @@ async def main():
|
|||||||
# Use Daily as a real-time media transport (WebRTC)
|
# Use Daily as a real-time media transport (WebRTC)
|
||||||
transport = DailyTransport(
|
transport = DailyTransport(
|
||||||
room_url=...,
|
room_url=...,
|
||||||
token=...,
|
token="", # leave empty. Note: token is _not_ your api key
|
||||||
bot_name="Bot Name",
|
bot_name="Bot Name",
|
||||||
params=DailyParams(audio_out_enabled=True))
|
params=DailyParams(audio_out_enabled=True))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user