@voicenter-team/opensips-js 1.0.80 → 1.0.82

Sign up to get free protection for your applications and to get access to all the features.
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 {