fetchAttendeeList method

Future<TUIValueCallBack<TUIScheduledAttendeesResult>> fetchAttendeeList(
  1. String roomId,
  2. String cursor,
  3. int count
)

Implementation

Future<TUIValueCallBack<TUIScheduledAttendeesResult>> fetchAttendeeList(
    String roomId, String cursor, int count) {
  return _conferenceListManager.fetchAttendeeList(roomId, cursor, count);
}