4.85.0
August 13, 2025
StreamChat
β Added
- Handle member-related events in
LivestreamChannelController
#3775 - Handle channel truncation events in
LivestreamChannelController
#3775 - Handle user banned events in
LivestreamChannelController
#3777 - Add a completion block to
LivestreamChannelController.resume()
to observe possible errors #3774
π Fixed
- Fix pending message being added to
LivestreamChannelController.messages
when in paused state #3774 - Fix
LivestreamChannelController
not connecting chat after coming from background #3778
π Changed
- The
LivestreamChannelController.resume()
should be manually called, previously, it was automatically called on a new message #3774