opensips-js-vue 0.1.17 → 0.1.18

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,6 +265,8 @@ 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
271
  modules: Array<'audio' | 'video'>
270
272
  password?: string
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.18",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "scripts": {