removeAttendeesByAdmin abstract method

Future<TUIActionCallback> removeAttendeesByAdmin(
  1. String roomId,
  2. List<String> userIdList
)

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);