linting errors and removed unusued sip url

This commit is contained in:
Jon Taylor
2024-06-06 23:00:51 +02:00
committed by Aleix Conchillo Flaqué
parent cc5bfa8af8
commit 2c933f43d8
3 changed files with 12 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ def _create_daily_room(room_url, callId, callDomain=None, vendor="daily"):
# Note: this is mostly for demonstration purposes (refer to 'deployment' in docs)
if vendor == "daily":
bot_proc = f"python3 -m bot_daily -u {room.url} -t {token} -i {
callId} -d {callDomain} -s {room.config.sip_endpoint}"
callId} -d {callDomain}"
else:
bot_proc = f"python3 -m bot_twilio -u {room.url} -t {
token} -i {callId} -s {room.config.sip_endpoint}"