You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.