Download Latest Version 0.21.2 source code.tar.gz (545.5 kB)
Email in envelope

Get an email when there's a new version of SIP.js

Home / 0.21.0
Name Modified Size InfoDownloads / Week
Parent folder
sip-0.21.0.min.js 2022-10-24 273.9 kB
sip-0.21.0.js 2022-10-24 1.0 MB
0.21.0 source code.tar.gz 2022-10-24 542.5 kB
0.21.0 source code.zip 2022-10-24 1.2 MB
README.md 2022-10-24 808 Bytes
Totals: 5 Items   3.1 MB 0

Updates

  • Exposed iceGatheringComplete method to support strategies other than the built in timeout
  • Project was updated for ECMAScript module (ESM) support
  • Introduced new SessionManager class
  • Minor bug fixes

Breaking Changes

  1. SimpleUser: The call signature for the register method has changed. It is now register(registererRegisterOptions?: RegistererRegisterOptions): Promise<void>;. Any RegistererOptions which were being passed as the first parameter to the register must now be provided to the constructor of SimpleUser along with any other options.

  2. UserAgentOptions: The options autoStart and autoStop have been removed.

See the Migration Guide from 0.20 to 0.21 for details.

Source: README.md, updated 2022-10-24