Closed Codzaa closed 2 years ago
it looks like the issue is related to the latest updates of the flutter_webrtc
lib, we will check it and release the update later, before it you can try to override the dependency of the lib webrtc_interface
to the previous version (1.0.3) by adding the next lines to your pubspec.yaml
file:
dependency_overrides:
webrtc_interface: 1.0.3
@Codzaa today we have published the new version (2.1.1) with the required fix, try it
@TatankaConCube ok let me check it out
Platform (use [x]) [x] Android [] iOS [] macOS [x] Windows [] Web
Device info OS version: [Windows 11] Flutter 2.10.5 ConnectyCubeSDK ^2.1.0
Describe the bug: I made a new Flutter App, I added ConnectyCube SDK, I tried running the App on my Android Emulator and my actual Android Device but I get the following errors.
Steps to Reproduce:
Actual result:
Expected behavior: Should Build/Run with no Error
Additional info Thanks