@audc/rtpengine-client 0.5.4 → 0.5.5

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -155,6 +155,7 @@ interface BaseResponse {
155
155
 
156
156
  export interface OfferResponse extends BaseResponse {
157
157
  sdp: string;
158
+ recordings?: string[];
158
159
  }
159
160
 
160
161
  // Delete parameters (as you provided)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audc/rtpengine-client",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "node client for rtpengine daemon",
5
5
  "main": "index.js",
6
6
  "scripts": {