removed https from daily boy
This commit is contained in:
committed by
Aleix Conchillo Flaqué
parent
810e3cd551
commit
a834d26885
@@ -43,7 +43,7 @@ async def main(room_url: str, token: str, callId: str, callDomain: str):
|
||||
token,
|
||||
"Chatbot",
|
||||
DailyParams(
|
||||
api_url=f"https://{daily_api_url}",
|
||||
api_url=daily_api_url,
|
||||
api_key=daily_api_key,
|
||||
dialin_settings=diallin_settings,
|
||||
audio_in_enabled=True,
|
||||
|
||||
Reference in New Issue
Block a user