TRTCLocalRecordingParams constructor
TRTCLocalRecordingParams({})
Implementation
TRTCLocalRecordingParams(
{required this.filePath, required this.recordType, this.interval = -1,
this.maxDurationPerFile = 0});