Files
next-static-site/markdown/docs/webhooks/play.md
Brandon Lee Kitajchuk db94b17829 Latest news + banner, cypress tests, open source copy, general style tweaks (#13)
* Adding latest news and banners

* Adding first draft of cypress specs and github actions workflow

* Adding sticky position for top banner

* Tweak styles for new latest news section

* Tweak styles for text__layout innerHTML

* Fix Cypress homepage test spec

* Fix mobile navi z-index with sticky top banner

* Fix sticky banner z-index bug with mobile navi

* Refactor markdown tools to support pages beyond developer docs

* Adjust TADHACK text max-widths for small mobile

* initial changes for open source copy

* more copy

* more copy

* updated open source structure

* minor

* typo

* more copy

* Adjust styles for Open Source markdown small text

* Update readme and remove floats from docs webhooks markdown

* Add readme notes on Cypress and flesh out navi spec tests

* Fix main navi highlight when on sub-sections of markdown pages

Co-authored-by: Dave Horton <daveh@beachdognet.com>
2021-07-22 12:34:01 -04:00

693 B

play

The play command is used to stream recorded audio to a call.

{
  "verb": "play",
  "url": "https://example.com/example.mp3"
}

You can use the following options in the play action:

option description required
url a single url or array of urls (will play in sequence) to a wav or mp3 file yes
loop number of times to play the url(s) no (default: 1)
earlyMedia if true and the call has not yet been answered, play the audio without answering call. Defaults to false no

Prev: pause Next: redirect