TRTCLocalRecordingParams constructor
TRTCLocalRecordingParams({
- String filePath = '',
- TRTCLocalRecordType recordType = TRTCLocalRecordType.both,
- int interval = -1,
- int maxDurationPerFile = 0,
Implementation
TRTCLocalRecordingParams({
this.filePath = '',
this.recordType = TRTCLocalRecordType.both,
this.interval = -1,
this.maxDurationPerFile = 0,
});