remove Operators
Deprecated
As of 4.17.0, replaced with awaitRemoveOperators(userIds).
Replace with
awaitRemoveOperators(userIds)
Content copied to clipboard
Remove operators from the channel. See [
https://docs.sendbird.com/platform/user_type#3_operator](https://docs.sendbird.com/platform/user_type#3_operator) for the explanations on the operators.
Since
4.15.0
Parameters
user Ids
user ids to remove from operators list. If empty or null, SendbirdException with error code {@value com.sendbird.android.exception.SendbirdError#ERR_INVALID_PARAMETER} is passed to the handler.