producers/socket_receive_methods/start_records library
Classes
- StartRecordsOptions
- Options for starting a recording.
Functions
- 
  startRecords(StartRecordsOptions options) → Future< void> 
- Starts recording for a specified room.
Typedefs
- 
    StartRecordsType
      = Future<void> Function(StartRecordsOptions options)
- Type definition for the start recording function.