HMSRecordingConfig constructor

HMSRecordingConfig({
  1. String? meetingUrl,
  2. required bool toRecord,
  3. List<String>? rtmpUrls,
  4. HMSResolution? resolution,
})

Implementation

HMSRecordingConfig(
    {this.meetingUrl,
    required this.toRecord,
    this.rtmpUrls,
    this.resolution});