Bruno Antunes
Bruno Antunes
Any news on this? @Skyost did you manage to add the network change listener?
Any news on this?
@weerowee is the link working? I've tried with VLC and its not working,
Any updates on this issue? We are experiencing the same problem using the latest version.
I got it working. You need to add the App Attest Entitlement and change the value to production. Something like this (Runner.entitlements): ```xml com.apple.developer.devicecheck.appattest-environment production ```  
There is a PR for Media Recording here: https://github.com/flutter-webrtc/flutter-webrtc/pull/1810
Yes, same happens to me, needed to manually create that with: dsymutil WebRTC -o WebRTC.dSYM from the xarchive. Example: open terminal cd into .xcarchive/Products/Applications/Runner.app/Frameworks/WebRTC.framework run this command: dsymutil WebRTC -o...
@cloudwebrtc any news suggestion for this?
> > Yes, same happens to me, needed to manually create that with: > > dsymutil WebRTC -o WebRTC.dSYM from the xarchive. > > Example: > > open terminal cd...