Skip to content

Commit

Permalink
Merge pull request #13 from exotel/feature/VST-566
Browse files Browse the repository at this point in the history
reduced dtmf duration to 240 ms
  • Loading branch information
vijaykumar-exotel authored Mar 24, 2024
2 parents 1b9aa74 + c6914c6 commit adc4c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo-non-npm/dist/exotelsdk.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* WebRTC CLient SIP version 1.0.10
* WebRTC CLient SIP version 1.0.11
*
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -20916,7 +20916,7 @@ function postInit(onInitDoneCallback) {
}

const dtmf = digit;
const duration = 2000;
const duration = 240;
const body = {
contentDisposition: "render",
contentType: "application/dtmf-relay",
Expand Down
2 changes: 1 addition & 1 deletion demo-non-npm/dist/exotelsdk.js.map

Large diffs are not rendered by default.

0 comments on commit adc4c7d

Please # to comment.