You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where pending messages were not processed when changing channels in the same view controller
Fixed text view height not resetting on state change
Fixed an issue when using customized userList where the first list would continue to be added after the last was loaded
Added chatbot start interface startChatWithAIBot(id:distinct:errorHandler:) in SendbirdUI
// Before using it, need to call app initialize and connect.
SendbirdUI.startChatWithAIBot(botId:"BOT_ID_GOES_HERE", isDistinct:true){ error in
// This code block will be invoked when there's an error
}