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