@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.
@@ -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
@@ -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",