16002: Failed to validate conference attributes
VOICE
ERROR
This error occurs when Twilio cannot validate one or more <Conference> attributes on a Voice conference. Check the attribute values, URL formats, and limits against the supported <Conference> options.
statusCallbackEventincludes a value outsidestart,end,join,leave,mute,hold,modify,speaker, orannouncement.recordingStatusCallbackEventincludes a value outsidein-progress,completed, orabsent.- One or more URL attributes, such as
waitUrl,statusCallback,recordingStatusCallback, oreventCallbackUrl, is missing or is not a relative or absolute URL. - A method attribute uses a value other than
GETorPOST. maxParticipantsis greater than 250,participantLabelis longer than 128 characters or is not unique, orcoachis not a Call SID for a call already connected to the conference.
- Update each
<Conference>attribute to use only supported values and formats. Use boolean values where required, use the documented event names, and keepmaxParticipantsat 250 or below. - Provide valid relative or absolute URLs for
waitUrl,statusCallback,recordingStatusCallback, andeventCallbackUrl, and useGETorPOSTforwaitMethod,statusCallbackMethod, andrecordingStatusCallbackMethod. - Keep
participantLabelunique and within 128 characters. If you usecoach, set it to a Call SID that is already active in the conference. - Prefer
recordingStatusCallbackovereventCallbackUrl, becauseeventCallbackUrlis deprecated and Twilio does not sendeventCallbackUrlrequests whenrecordingStatusCallbackis provided.