feat: listen verb testsuite (#222)

* first draft

* first draft

* listen should connect to port 3000 on webhook scaffold

* revamp webhook scaffold for listen ws support

* fix: finished listen test

* fix: add playbeep test listen

* fix: add playbeep test listen

* fixed: listen on 10% loss

* feat: add test case for listen pause resume and complete the call

Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
Hoan Luu Huu
2023-01-25 10:20:31 +07:00
committed by GitHub
parent 2b06177dc5
commit 6ebba8673f
4 changed files with 250 additions and 1 deletions

View File

@@ -10,6 +10,6 @@
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"ws":"^8.12.0"
"ws": "^8.12.0"
}
}