opensips-js-vue 0.1.17 → 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.
@@ -265,8 +265,10 @@ export declare type OnTransportCallback = (parsed: object, message: string) => v
265
265
 
266
266
  export declare interface OpensipsConnectOptions {
267
267
  domain: string
268
+ msrpDomain: string
269
+ msrpWs: boolean
268
270
  username: string
269
- modules: Array<'audio' | 'video'>
271
+ modules: Array<'audio' | 'video' | 'msrp'>
270
272
  password?: string
271
273
  authorization_jwt?: string
272
274
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensips-js-vue",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "scripts": {