@voicenter-team/opensips-js 1.0.125 → 1.0.126

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.125",
3
+ "version": "1.0.126",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.iife.js",
@@ -91,6 +91,7 @@ export interface ICall extends RTCSessionExtended {
91
91
  localHold?: boolean
92
92
  audioTag?: StreamMediaType
93
93
  autoAnswer?: boolean
94
+ putOnHoldTimestamp?: number
94
95
  }
95
96
 
96
97
  export type RoomChangeEmitType = {