opensips-js 0.1.26 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensips-js",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.iife.js",
@@ -186,6 +186,8 @@ export interface IOpenSIPSJSOptions {
186
186
  },
187
187
  modules: Array<Modules>
188
188
  pnExtraHeaders?: ExtraContactParams
189
+ msrpDomain?: string
190
+ msrpWs?: boolean
189
191
  }
190
192
 
191
193
  export interface TriggerListenerOptions {