Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

09. Chat background

Himanshu Singh edited this page Oct 31, 2020 · 1 revision

Case 01.

To set the chat background of a conversation which will be visible to both the user use,

ChatClient.getInstance().setChanBackground("channelId","background_uri",{
//Background set successfully
},{
//File upload percentage
},{exception->
//Handle exception
})

Case 02.

To get the chat background for that specific channel use,

ChatClient.getInstance().getChatBackground("channe_id"){urlOfBackground->
//set this to the background of the view
}