changed daily_url to daily_room
This commit is contained in:
@@ -70,10 +70,10 @@ from pipecat.transports.services.daily import DailyParams, DailyTransport
|
|||||||
async def main():
|
async def main():
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
# Use Daily as a real-time media transport (WebRTC)
|
# Use Daily as a real-time media transport (WebRTC)
|
||||||
daily_url = ...
|
daily_room = ...
|
||||||
daily_token = ...
|
daily_token = ...
|
||||||
transport = DailyTransport(
|
transport = DailyTransport(
|
||||||
daily_url, daily_token, "Bot Name", DailyParams(audio_out_enabled=True))
|
daily_room, daily_token, "Bot Name", DailyParams(audio_out_enabled=True))
|
||||||
|
|
||||||
# Use Eleven Labs for Text-to-Speech
|
# Use Eleven Labs for Text-to-Speech
|
||||||
tts = ElevenLabsTTSService(
|
tts = ElevenLabsTTSService(
|
||||||
|
|||||||
Reference in New Issue
Block a user