BaseChannelConfiguration extension
Set of functionality related to configure channel
- on
Methods
-
addOperators(
List< String> userIds) → Future<void> -
Adds operators on this channel with given
userIds
. -
removeAllOperators(
) → Future< void> - Removes all operators on this channel.
-
removeOperators(
List< String> userIds) → Future<void> -
Removes operators on this channel with given
userIds
.