Skip to content

2.18.2

Choose a tag to compare

@charliesantos charliesantos released this 21 Apr 23:52
· 20 commits to master since this release

2.18.2 (April 21, 2026)

Bug Fixes

  • Fixed an issue where multiple PeerConnections are created when device.connect() is called multiple times.
  • Fixed an issue where the docs:ts build fails when the repository is inside a monorepo or workspace due to TypeDoc picking up conflicting @types from parent node_modules. Thanks @taf2 for your contribution.