Demos
The SIP.js library and the demos must be built before they will run.
npm install
npm run build-demo
Safari requires either...
- enabling
Develop -> WebRTC -> Allow Media Capture on Insecure Sites
- or serving the demo from a secure website
- Connecting to SIP WebSocket Server
- Making an outbound audio call
- Sending DTMF
- Hold & Mute
- Connecting to SIP WebSocket Server
- Registering to receive incoming calls
- Making an outbound video call
- Answering incoming calls
- Connecting to SIP WebSocket Server
- Registering to receive incoming calls
- Making an outbound call with data channel
- Answering incoming call with data channel