@voicenter-team/opensips-js 1.0.79 → 1.0.81
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/dist/index.d.ts +1 -1
- package/dist/opensips-js.cjs.js +21 -21
- package/dist/opensips-js.es.js +530 -530
- package/dist/opensips-js.iife.js +19 -19
- package/dist/opensips-js.umd.js +19 -19
- package/package.json +1 -1
- package/src/types/rtc.d.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -288,7 +288,6 @@ declare type IOpenSIPSConfiguration = Omit<UAConfiguration, 'sockets'>
|
|
|
288
288
|
|
|
289
289
|
declare interface IOpenSIPSJSOptions {
|
|
290
290
|
configuration: IOpenSIPSConfiguration
|
|
291
|
-
pnExtraHeaders: ExtraContactParams
|
|
292
291
|
socketInterfaces: [ string ]
|
|
293
292
|
sipDomain: string
|
|
294
293
|
sipOptions: {
|
|
@@ -297,6 +296,7 @@ declare interface IOpenSIPSJSOptions {
|
|
|
297
296
|
pcConfig: RTCConfiguration_2
|
|
298
297
|
},
|
|
299
298
|
modules: Array<Modules>
|
|
299
|
+
pnExtraHeaders?: ExtraContactParams
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
declare interface IRoom {
|