Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

13616: Record: playBeep must be true or false


WARNING: 13616

warning-13616 page anchor
WARNING

Twilio returns this warning when your <Record> TwiML sets playBeep to a value other than true or false. The playBeep attribute controls whether Twilio plays a sound before recording starts, and its default value is true.

Possible causes

possible-causes page anchor
  • The <Record> verb includes playBeep with a value other than true or false.
  • The playBeep attribute was provided with a value outside the allowed values for <Record>.
  • Set playBeep="true" if you want Twilio to play a beep before the recording starts.
  • Set playBeep="false" if you do not want Twilio to play a beep before the recording starts.
  • Update your <Record> TwiML so the playBeep attribute uses only true or false.

Additional resources

additional-resources page anchor