createChannel
Creates the channel. You can either create an id-based channel by passing not blank channelId or member-based (distinct) channel by leaving channelId empty. Use memberIds list to create a channel together with members. Make sure the list is not empty in case of creating member-based channel! Extra channel's information, for example name, can be passed in the extraData map.
The call will be retried accordingly to retryPolicy.
Return
Executable async Call responsible for creating the channel.
Parameters
The channel type. ie messaging.
The channel id. ie 123.
The list of members' ids.
Map of key-value pairs that let you store extra data.
See also
Creates the channel. You can either create an id-based channel by passing not blank channelId or member-based (distinct) channel by leaving channelId empty. Use CreateChannelParams.members list to create a channel together with members. Make sure the list is not empty in case of creating member-based channel! Extra channel's information, for example name, can be passed in the CreateChannelParams.extraData map.
The call will be retried accordingly to retryPolicy.
Return
Executable async Call responsible for creating the channel.
Parameters
The channel type. ie messaging.
The channel id. ie 123.
The CreateChannelParams holding the data required for creating a channel.