scheduleRoom abstract method

Future<CompletionHandler> scheduleRoom({
  1. required String roomID,
  2. required ScheduleRoomOptions options,
})

Schedule a room

  • roomID : Room ID
  • options : Schedule options

Returns: Operation result

Implementation

Future<CompletionHandler> scheduleRoom({
  required String roomID,
  required ScheduleRoomOptions options,
});