opensips-js-vue 0.1.18 → 0.1.19

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.
@@ -268,7 +268,7 @@ export declare interface OpensipsConnectOptions {
268
268
  msrpDomain: string
269
269
  msrpWs: boolean
270
270
  username: string
271
- modules: Array<'audio' | 'video'>
271
+ modules: Array<'audio' | 'video' | 'msrp'>
272
272
  password?: string
273
273
  authorization_jwt?: string
274
274
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensips-js-vue",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "scripts": {