How To Enter DTMF Before MP3 Stream Finishes
Applies To
- Voice API
Procedure
The bargeIn parameter in NCCOs controls this behavior. By default, this value is false, meaning a streaming MP3 must finish before DTMF input.
[
{
"action": "stream",
"streamUrl": ["https://acme.com/streams/music.mp3"],
"bargeIn": "true"
}
]
Comments
0 comments
Article is closed for comments.