onCreateChannelRequest
open suspend override fun onCreateChannelRequest(channelType: String, channelId: String, params: CreateChannelParams, currentUser: User)
A method called before making an API call to create a channel.
Parameters
channelType
The channel type. ie messaging.
channelId
The channel id. ie 123.
params
The request holding the required data for creating a channel.
currentUser
The currently logged in user.