Hi everyone, I'm trying to set backgroundSound: "off" during evening/night hours using direct instructions in my Vapi prompt, but it's not working properly.
Here's what I currently have:
Background Sound Settings,
Current time: {{ "now" | date: "%I:%M %p", "America/Los_Angeles"}},
If current time is between 10 PM and 6 AM: backgroundSound = "off",
Otherwise: backgroundSound = "office",
The time is displaying correctly, but the background sound isn't actually turning off during the specified hours. Any ideas?