create Channel
abstract fun createChannel(name: String, description: String?, mode: Channel.ChannelMode?, category: String?, autoProvisioning: Boolean, maxItems: Int, listener: IChannelProxy.IChannelCreateListener?)
Content copied to clipboard
Create a closed company channel.
Parameters
name
String name of the channel
description
String description of the channel
mode
ChannelMode mode of the channel
category
String category of the channel
autoProvisioning
boolean fills the channel with all members of the company
maxItems
int max items allowed to be added in this channel (optional, default to 100)
listener
IChannelCreateListener Callback