Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 361 Bytes

ex07_call_whisper.md

File metadata and controls

16 lines (12 loc) · 361 Bytes

46elks samples: Whisper in voice calls

"Whisper" is the common term for playing a message before transferring a call to the actual destination.

Using the following voice_start configuration allows doing just that with the 46elks API.

voice_start

{
  "play": "http://example.com/whisper.wav",
  "next": {
    "connect": "+461890510"
  }
}