-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Describe the bug
After upgrading flutter_webrtc
from ^0.14.1
to ^1.0.0
, the microphone stops working on the second call in iOS.
- First call: microphone works fine.
- Second call: microphone does not work unless the app is completely restarted.
- Issue does not occur on Android.
- Downgrading back to
^0.14.1
fixes the problem.
To Reproduce
- Start a call (microphone works).
- End the call.
- Start another call.
- Microphone does not work.
Note: The problem does not occur if you completely close and restart the app between calls.
Expected behavior
The microphone should work in every new call without restarting the app.
Platform information
- Flutter version: Channel master, 3.33.0-1.0.pre-1211 (not stable)
- Plugin version:
flutter_webrtc
^1.0.0 - OS version: iOS 26
Additional info
- Tested in Debug and Release mode on real IOS 26 device iPhone 13
- Workaround: downgrade to
flutter_webrtc
^0.14.1.
apremalal, z-edchiang, zinon-software and Mano24101998Mano24101998
Metadata
Metadata
Assignees
Labels
No labels