Comparing version 0.13.2 to 0.13.3
@@ -128,2 +128,3 @@ "use strict"; | ||
var _this = this; | ||
if (options === void 0) { options = {}; } | ||
if (modifiers === void 0) { modifiers = []; } | ||
@@ -264,2 +265,3 @@ if (options.peerConnectionOptions) { | ||
SessionDescriptionHandler.prototype.sendDtmf = function (tones, options) { | ||
if (options === void 0) { options = {}; } | ||
if (!this.dtmfSender && this.hasBrowserGetSenderSupport()) { | ||
@@ -266,0 +268,0 @@ var senders = this.peerConnection.getSenders(); |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple, intuitive, and powerful JavaScript signaling library", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^10.12.21", | ||
"@types/node": "^10.12.23", | ||
"circular-dependency-plugin": "^5.0.2", | ||
@@ -46,3 +46,3 @@ "jasmine-core": "^3.3.0", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.3.1", | ||
"typescript": "^3.3.3", | ||
"webpack": "^4.29.3", | ||
@@ -49,0 +49,0 @@ "webpack-cli": "^3.2.3" |
@@ -47,3 +47,3 @@ /** | ||
*/ | ||
sendDtmf: (tones: string, options: any) => boolean; | ||
sendDtmf: (tones: string, options?: any) => boolean; | ||
} | ||
@@ -50,0 +50,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3732809
77523