chore: Disable web voice message again
This commit is contained in:
parent
f5367c0951
commit
2a0405df08
2 changed files with 4 additions and 4 deletions
|
|
@ -61,8 +61,8 @@ class RecordingViewModelState extends State<RecordingViewModel> {
|
|||
|
||||
try {
|
||||
final codec =
|
||||
PlatformInfos
|
||||
.isAndroid && // Blocked by https://github.com/llfbandit/record/issues/560
|
||||
!PlatformInfos
|
||||
.isIOS && // Blocked by https://github.com/llfbandit/record/issues/560
|
||||
await audioRecorder.isEncoderSupported(AudioEncoder.opus)
|
||||
? AudioEncoder.opus
|
||||
: AudioEncoder.aacLc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue