Skip to content

v2.25.2

Latest

Choose a tag to compare

@davidliu davidliu released this 05 May 17:07
· 7 commits to main since this release
0706179

Patch Changes

  • Fix Room.connect not properly throwing ConnectException for websocket connection failures during Room.join() - #926 (@davidliu)

  • Fix reconnect potentially getting cancelled by websocket failure - #926 (@davidliu)

  • Fixed RTCEngine.addTrack leaking pendingTrackResolvers entries on timeout or caller cancellation, which previously caused subsequent publishes of the same track to fail with DuplicateTrackException until the connection was torn down. - #920 (@adrian-niculescu)

  • Fix exception when resending data channel messages after a resume - #923 (@davidliu)