Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@bridie-hifi bridie-hifi released this 29 Apr 18:11
· 354 commits to release since this release
f182e52
  • We now use the input channel for setting other user gains ( setOtherUserGainForThisConnection) instead of command channel to enable real-time updates
  • Prepend otherUserGainQueue with underscore for more emphasis on its internal nature
  • Fix to prevent onConnectionStateChanged handler getting called twice; added a setter for _currentHiFiConnectionState that will only set it and call its handler if the actual state has, in fact, changed
  • Added new API call for setting multiple user gains at once ( setOtherUserGainsForThisConnection )
  • Updated documentation for hifiGain: ❌ The server does not send hiFiGaindata to all clients as part of "peer updates".
  • Updated navigation headers on documentation pages to match new website
  • Improved and added additional automated test cases