v2.25.3
Patch Changes
-
docs(audio): clarify that
AudioSwitchHandler.selectDevice()is sticky and overridespreferredDeviceList. Document that callers who only need a different priority order should setpreferredDeviceListinstead, and thatselectDevice(null)clears a sticky selection. - #941 (@daxiondi) -
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)