@unwise-door/sipjs-udp-transport

0.0.2 • Public • Published

Description

This custom transport class for sip.js provides UDP transport.

Usage Example

    const UDPTransport = require("@unwise-door/sipjs-udp-transport");

    const userAgent = new sipjs.UserAgent({
      uri: sipjs.UserAgent.makeURI(`sip:...@...`),
      authorizationPassword: ...,
      transportConstructor: UDPTransport,
      transportOptions: {
        server: ...,
        port: ...
      },
      ...
    });

Readme

Keywords

Package Sidebar

Install

npm i @unwise-door/sipjs-udp-transport

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

2.48 kB

Total Files

3

Last publish

Collaborators

  • nils.schnabel