Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@bridie-hifi bridie-hifi released this 25 Mar 18:35
· 501 commits to release since this release
b44e2fb
  • Added ability to set WebRTC jitter buffer parameters via the HiFiCommunicator constructor.
  • Fixed a bug that would occur when a High Fidelity Server was over capacity which caused the HiFiCommunicator.connectToHiFiAudioAPIServer() function to fail after a timeout instead of immediately.
  • Fixed a bug that prevented an IDE from auto-completing hifi-spatial-audio types in TypeScript projects which made use of the Client Library.
    • Achieved by switching from CommonJS exports to ESM exports
  • Fixed an automated integration test which erroneously failed when not specifying a remote stack.
  • Fixed a bug that prevented usage of the hifi-spatial-audio NodeJS Client Library with loaders like Webpack or React.