opensips-js-vue 0.1.16 → 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.
@@ -165,6 +165,8 @@ export declare interface IOpenSIPSJSOptions {
165
165
  },
166
166
  modules: Array<Modules>
167
167
  pnExtraHeaders?: ExtraContactParams
168
+ msrpDomain?: string
169
+ msrpWs?: boolean
168
170
  }
169
171
 
170
172
  export declare interface IRoom {
@@ -263,6 +265,8 @@ export declare type OnTransportCallback = (parsed: object, message: string) => v
263
265
 
264
266
  export declare interface OpensipsConnectOptions {
265
267
  domain: string
268
+ msrpDomain: string
269
+ msrpWs: boolean
266
270
  username: string
267
271
  modules: Array<'audio' | 'video'>
268
272
  password?: string