@voicenter-team/opensips-js 1.0.80 → 1.0.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/opensips-js",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.umd.js",
@@ -135,7 +135,6 @@ export type IOpenSIPSConfiguration = Omit<UAConfiguration, 'sockets'>
135
135
 
136
136
  export interface IOpenSIPSJSOptions {
137
137
  configuration: IOpenSIPSConfiguration
138
- pnExtraHeaders: ExtraContactParams
139
138
  socketInterfaces: [ string ]
140
139
  sipDomain: string
141
140
  sipOptions: {
@@ -144,6 +143,7 @@ export interface IOpenSIPSJSOptions {
144
143
  pcConfig: RTCConfiguration
145
144
  },
146
145
  modules: Array<Modules>
146
+ pnExtraHeaders?: ExtraContactParams
147
147
  }
148
148
 
149
149
  export interface TriggerListenerOptions {