BaseChannelOperator extension
BaseChannelOperator
- on
Methods
-
addOperators(
List< String> userIds) → Future<void> -
Available on BaseChannel, provided by the BaseChannelOperator extension
Add operators to the channel. See https://docs.sendbird.com/platform/user_type#3_operator for the explanations on the operators. -
removeAllOperators(
) → Future< void> -
Available on BaseChannel, provided by the BaseChannelOperator extension
Remove all operators from the channel. See https://docs.sendbird.com/platform/user_type#3_operator for the explanations on the operators. -
removeOperators(
List< String> userIds) → Future<void> -
Available on BaseChannel, provided by the BaseChannelOperator extension
Remove operators from the channel. See https://docs.sendbird.com/platform/user_type#3_operator for the explanations on the operators.