Add command line args

Fix
This commit is contained in:
James Hush
2024-12-10 15:12:30 +08:00
parent 8fb75cf6a7
commit 875ecf7fcb
4 changed files with 30 additions and 18 deletions

View File

@@ -170,7 +170,8 @@ async def daily_start_bot(request: Request) -> JSONResponse:
# forward the call to the SIP URi when dialin_ready fires.
# Use specified room URL, or create a new one if not specified
room_url = os.getenv("DAILY_SAMPLE_ROOM_URL", None)
# room_url = os.getenv("DAILY_SAMPLE_ROOM_URL", None)
room_url = None
# Get the dial-in properties from the request
try:
data = await request.json()