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.
- package/library/index.d.ts +4 -0
- package/library/super.mjs +2736 -2731
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +205 -205
- package/library/super.umd.js.map +1 -1
- package/package.json +2 -2
package/library/index.d.ts
CHANGED
|
@@ -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
|