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
package/samples/g729.js
CHANGED
|
@@ -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()
|