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