Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
Channel
Only channel operators are allowed to delete a channel. To delete a channel, follow the code below.
Only channel operators are allowed to delete a channel. To delete a channel, follow the code below.
openChannel.delete { e -> if (e != null) { // Handle error. } // The channel is successfully deleted from the client app. }
groupChannel.delete { e -> if (e != null) { // Handle error. return@delete } // The channel is successfully deleted from the client app. }