sip-lab 1.9.0 → 1.10.0

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": "sip-lab",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
package/samples/g729.js CHANGED
@@ -182,8 +182,6 @@ async function test() {
182
182
  },
183
183
  ], 1000)
184
184
 
185
- await z.sleep(1000)
186
-
187
185
  console.log("Success")
188
186
 
189
187
  sip.stop()
@@ -208,8 +208,6 @@ async function test() {
208
208
  },
209
209
  ], 500)
210
210
 
211
- await z.sleep(100)
212
-
213
211
  sip.call.reinvite(oc.id, false, flags)
214
212
 
215
213
  await z.wait([
@@ -275,8 +273,6 @@ async function test() {
275
273
  },
276
274
  ], 1000)
277
275
 
278
- await z.sleep(1000)
279
-
280
276
  console.log("Success")
281
277
 
282
278
  sip.stop()
@@ -277,8 +277,6 @@ async function test() {
277
277
  },
278
278
  ], 1000)
279
279
 
280
- await z.sleep(1000)
281
-
282
280
  console.log("Success")
283
281
 
284
282
  sip.stop()
@@ -108,8 +108,6 @@ async function test() {
108
108
  },
109
109
  ], 1000)
110
110
 
111
- await z.sleep(1000)
112
-
113
111
  console.log("Success")
114
112
 
115
113
  sip.stop()