Hardy Wen
Hardy Wen
> In my case I downgraded flutter_webrtc plugin and it worked. I think latest versions has codec problem, because I can't even show localstream in iOS. Which version do you...
> I'm facing the same issue. Any solution? For me, the issue is not with `GetUserMedia()`. I found out in the WebRTC console log of Safari that it requires `Member...
> > > I'm facing the same issue. Any solution? > > > > > > For me, the issue is not with `GetUserMedia()`. I found out in the WebRTC...
> Any possible solution? @cloudwebrtc Have you tried to check out the WebRTC console log for Safari? You can probably spot the errors there and see how they go.
> CC @0010SS @cloudwebrtc > > The problem is that It's failing to add the track on Safari, this issue is not presented on Google Chrome, Android nor iOS. >...
Simply changing the dependency versions make the repo work for me. Below is my setup for `pubspec.yaml`: ``` environment: sdk: ">=3.1.2
Similar problem. Does anyone have a solution?