Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 991 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 991 Bytes

This repository contains an integration example of SIP.JS sip over websocket which can be use with Kamailio for example.

This SIP.js client will also get the WebRTC stats , it will also compute MOS score and send it as an header in the BYE message of every call.

A Puppetter integration to test the code with an headless chrome is provided as well.

image

how-to build locally

npx webpack

test sip.js webrtc with getstats and puppeteer

file:///<repo dir>/dist/index.html

how-to build puppetter integration to test the code with an headless chrome

build docker image with the headless chrome, puppetter and the integration using webpack

./build.sh

run the puppetter test from a docker container

./run.sh