Skip to content

v2.25.3

Choose a tag to compare

@davidliu davidliu released this 18 May 17:08
· 11 commits to main since this release
701d548

Patch Changes

  • docs(audio): clarify that AudioSwitchHandler.selectDevice() is sticky and overrides preferredDeviceList. Document that callers who only need a different priority order should set preferredDeviceList instead, and that selectDevice(null) clears a sticky selection. - #941 (@daxiondi)

  • Update libwebrtc to 144.7559.05 - #936 (@davidliu)

  • fix: resume joinContinuation when LEAVE received during reconnect handshake to avoid reconnection loop hanging issue - #934 (@YashJainSC)

  • Fixed silent loss of reliable data when DataChannel.send returned false and when buffered items were replayed across multiple resumes. - #921 (@adrian-niculescu)

  • Fix byte streams not sending the name of the bytestream - #939 (@davidliu)

  • Update AudioSwitch to handle potential exception when unregistering audio device listeners - #944 (@davidliu)