RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@voicenter-team/opensips-js
Versions diffs
1.0.20 → 1.0.21
@voicenter-team/opensips-js 1.0.20 → 1.0.21
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/helpers/audio.helper.js
+2
-1
package/package.json
+1
-1
package/build/helpers/audio.helper.js
CHANGED
Viewed
@@ -23,7 +23,8 @@ const CALL_KEYS_TO_INCLUDE = [
23
23
//'audioQuality',
24
24
'isOnHold',
25
25
//'originalStream',
26
-
'localMuted'
26
+
'localMuted'
,
27
+
'autoAnswer'
27
28
];
28
29
function simplifyCallObject(call) {
29
30
const simplified = {};
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@voicenter-team/opensips-js",
3
-
"version": "1.0.
20
",
3
+
"version": "1.0.
21
",
4
4
"description": "The JS package for opensips",
5
5
"default": "src/index.ts",
6
6
"main": "build/index.js",