removeCategoryTagForUsers abstract method

Future<TUIActionCallback> removeCategoryTagForUsers(
  1. int tag,
  2. List<String> userList
)

7.4 Remove tag for user (only the room owner can call it)

tag Tag type. Number type, greater than or equal to 1000, you caÏn customize it. userList user list

Implementation

Future<TUIActionCallback> removeCategoryTagForUsers(
    int tag, List<String> userList);