Skip to content

0.21.0

Compare
Choose a tag to compare
@john-e-riordan john-e-riordan released this 24 Oct 15:48
· 8 commits to main since this release

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.