addAttendeesByAdmin abstract method

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

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