13621: Invalid 'recordingStatusCallbackEvent'
VOICE
ERROR
Twilio returns this error when one or more values in recordingStatusCallbackEvent are invalid. Valid values are in-progress, completed, and absent. If you set recordingStatusCallback without recordingStatusCallbackEvent, Twilio sends completed by default.
recordingStatusCallbackEventincludes a value other thanin-progress,completed, orabsent.- Multiple callback events are separated with commas or another delimiter instead of spaces.
- Update
recordingStatusCallbackEventto use only supported values, separated by spaces, such asin-progress completed. - Remove
recordingStatusCallbackEventif you only need the defaultcompletedcallback.