github onsip/SIP.js 0.21.0

latest releases: 0.21.2, 0.21.1
18 months ago

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.

Don't miss a new SIP.js release

NewReleases is sending notifications on new releases.