BaseChannelConfiguration extension

Set of functionality related to configure channel

on

Methods

addOperators(List<String> userIds) Future<void>

Available on BaseChannel, provided by the BaseChannelConfiguration extension

Adds operators on this channel with given userIds.
removeAllOperators() Future<void>

Available on BaseChannel, provided by the BaseChannelConfiguration extension

Removes all operators on this channel.
removeOperators(List<String> userIds) Future<void>

Available on BaseChannel, provided by the BaseChannelConfiguration extension

Removes operators on this channel with given userIds.