I am using Python and the Twilio Voice API (Response). Whenever I use the Beep attribute, the console shows: "Attribute 'playbeep' is not allowed to appear in element 'Record'." and Twilio is actually ignoring the attribute at all. Here is my code:
response = VoiceResponse()
response.record(action="/record/handle-recording", playBeep="false")
Any ideas?