removeAttendeesByAdmin abstract method
Remove attendees from the attendee list.
roomId
The conference ID, which is the room ID.
userIdList
List of attendee IDs.
Implementation
Future<TUIActionCallback> removeAttendeesByAdmin(
String roomId, List<String> userIdList);