19 October 2022
5 months ago by Victor Chapel
- Web SDK v1.0.6
- What's New
- Added the
audioStream.setOnDeviceChange
method, which accepts a function as a parameter and overrides our defaultondevicechange
logic. - For source code, see Release Web SDK v1.0.6 | github.com.
- Added the
- Bug fixes
- When attempting to reconnect after a device change, Web SDK no longer tries to connect if the WebSocket is closed.
- Sometimes a new default device was not being detected properly. Now fixed so that when reconnecting, the updated sample rate is set in the config instead of by calling
modifySampleRate
. This improves reliability and decreases reconnection time.