onCreateChannelResult
open suspend override fun onCreateChannelResult(channelType: String, channelId: String, memberIds: List<String>, result: Result<Channel>)
A method called after receiving the response from the create channel call.
Parameters
channelType
The channel type. ie messaging.
channelId
The channel id. ie 123.
memberIds
The list of members' ids.
result
The API call result.