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
Added the new public static properties corresponding to the previous in SBUModuleSet
Added the new public static properties corresponding to the previous in each SBU module classes.
Deprecated all of the previous public static properties in SBUModuleSet
Deprecated all of the previous public static properties in each SBU module classes.
SBUModuleSet.GroupChannelListModule =CustomModule.self // Metatype Type
SBUModuleSet.GroupChannelListModule.HeaderComponent =CustomComponent.self // Metatype Type
Support feature configuration
Added SBUConfig class
Added config property in SendbirdUI class
Added SBUPrioritizedConfig propertyWrapper
Applied decoder on SBUReplyType, SBUThreadReplySelectType enum
Deprecated
replyType, threadReplySelectType property in SBUReplyType class
init(type:threadReplySelectType:) method in SBUReplyType class
isVoiceMessageEnabled property in SBUVoiceMessageConfiguration class
isChannelListTypingIndicatorEnabled property in SBUGlobals class
isChannelListMessageReceiptStateEnabled property in SBUGlobals class
isOpenChannelUserProfileEnabled property in SBUGlobals class
isUserMentionEnabled property in SBUGlobals class
isVoiceMessageEnabled property in SBUGlobals class
Fixed a problem that tintcolor is not applied properly in SBUEmptyView class
Fixed an issue of changing 'AVAudioSession' before using the player.