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.
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