getScheduledRoomList abstract method

Future<ListResultCompletionHandler<RoomInfo>> getScheduledRoomList(
  1. String? cursor
)

Get scheduled room list

  • cursor : Pagination cursor

Returns: Operation result containing scheduled room list

Implementation

Future<ListResultCompletionHandler<RoomInfo>> getScheduledRoomList(String? cursor);