13235: Dial->Conference: Invalid beep value
WARNING
This warning occurs when you set the <Conference> beep attribute to a value Twilio does not accept. Use only true, false, onEnter, or onExit to control whether notification beeps play when participants join or leave a conference.
- The
beepattribute in your<Dial><Conference>TwiML was set to a value other thantrue,false,onEnter, oronExit. - Your application generated the
beepvalue dynamically and introduced a typo, unsupported casing, or another unsupported value. Twilio only acceptstrue,false,onEnter, oronExit. - You passed an unsupported
beepvalue when creating or updating a conference participant through the Conference Participant API.
- Update your
<Conference>TwiML sobeepuses one of the supported values:true,false,onEnter, oronExit. - Choose the value that matches the participant experience you want. Use
truefor beeps on join and leave,falsefor no beeps,onEnterfor join only, oronExitfor leave only. - If you set conference options through the Conference Participant API, send the same supported
beepvalues there and review any application logic that builds the request.