Group Mode
Product Overview
A detailed project overview is available from the Confluence page
Dependencies
SendBird
Access Tokens
Channels
Archiving Channel
Group Mode requires the ability to 'soft delete' a channel, therefore retaining all history. This feature is currently not offered by SendBird (only hard delete is available, deleting history) so as a workaround all archived channels are 'frozen'. This does not allow any conversation in the channel and when operations such as 'GetChannels' are called we need to pass in the show_frozen = false
property.
Users
List Group Channels
Parameters
- show_frozen : should set to
false
to hide archieved channels. - show_empty : default is set to
false
by sendbird. But need to set it to true to show channels without any message, for example, newly created channel.