flutter-webrtc / flutter-webrtc

WebRTC plugin for Flutter Mobile/Desktop/Web
MIT License
4.1k stars 1.12k forks source link

MissingPluginException(No implementation found for method stopRecordToFile on channel FlutterWebRTC.Method) #1168

Open fullflash opened 1 year ago

fullflash commented 1 year ago

Hi this error happens on latest plugin flutter-webrtc during audio recording

_plugin.start(path, audioChannel: RecorderAudioChannel.INPUT);

flutter_webrtc: ^0.9.15

MissingPluginException(No implementation found for method stopRecordToFile on channel FlutterWebRTC.Method)

Flutter (Channel stable, 3.3.7, on macOS 12.6.1 21G217 darwin-x64, locale
    en-TR)
    • Flutter version 3.3.7 on channel stable at ********
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e99c9c7cd9 (12 days ago), 2022-11-01 16:59:00 -0700
    • Engine revision 857bd6b74c
    • Dart version 2.18.4
    • DevTools version 2.15.0

ios 16.1 device iphone xs max

Parfyonator commented 1 year ago

Exactly the same thing with video recording

fantasyEthan commented 1 year ago

have you fixed this problem?

fullflash commented 1 year ago

have you fixed this problem?

This feature just does not implemented. I had to implement by myself for ios and android and because it was part of the business project can share the codes unfortunately.

Delocy commented 3 months ago

have you fixed this problem?

This feature just does not implemented. I had to implement by myself for ios and android and because it was part of the business project can share the codes unfortunately.

hi may I know what was ur implementation for this?