Remove Twilio recording Beep -


is there anyway turn off default twilio beep sound start recording. want use our own customer beep.

basically want single beep when mp3 completes playing. after want 20 seconds blank , once 20 seconds completes, play 3 beeps can start recording answer.

twilio developer evangelist here.

you can turn off beep! can use attribute playbeep on <record> verb , set false. simple twiml example of description might be:

<response>   <play>http://example.com/your.mp3</play>   <record playbeep="false"/> </response> 

let me know if helps.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -