BaseChannelOperator extension
BaseChannelOperator
- on
Methods
-
addOperators(
List< String> userIds) → Future<void> - Add operators to the channel. See https://docs.sendbird.com/platform/user_type#3_operator for the explanations on the operators.
-
removeAllOperators(
) → Future< void> - 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> - Remove operators from the channel. See https://docs.sendbird.com/platform/user_type#3_operator for the explanations on the operators.