removed https from daily boy

This commit is contained in:
Jon Taylor
2024-06-12 10:37:39 +01:00
committed by Aleix Conchillo Flaqué
parent 810e3cd551
commit a834d26885
2 changed files with 1 additions and 1 deletions

View File

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