opensips-js-vue 0.1.22 → 0.1.23
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 -2
- package/package.json +1 -1
package/library/index.d.ts
CHANGED
|
@@ -273,12 +273,12 @@ export declare type OnTransportCallback = (parsed: object, message: string) => v
|
|
|
273
273
|
|
|
274
274
|
export declare interface OpensipsConnectOptions {
|
|
275
275
|
domain: string
|
|
276
|
-
msrpDomain: string
|
|
277
|
-
msrpWs: boolean
|
|
278
276
|
username: string
|
|
279
277
|
modules: Array<'audio' | 'video' | 'msrp'>
|
|
280
278
|
password?: string
|
|
281
279
|
authorization_jwt?: string
|
|
280
|
+
msrpDomain?: string
|
|
281
|
+
msrpWs?: boolean
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
export declare interface OpenSIPSEventMap extends UAEventMap {
|