fix: Possibly fix voice messages on iOS

This commit is contained in:
Christian Pauly 2021-09-18 10:20:57 +02:00
parent 56e17cbb63
commit b2417fe1f3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import 'package:record/record.dart';
import 'package:wakelock/wakelock.dart';
class RecordingDialog extends StatefulWidget {
static const String recordingFileType = 'aac';
static const String recordingFileType = 'm4a';
const RecordingDialog({
Key key,
}) : super(key: key);