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.
- package/library/index.d.ts +2 -0
- package/package.json +1 -1
package/library/index.d.ts
CHANGED
|
@@ -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
|