Behzodjon Faiziev
Behzodjon Faiziev
There is a probable solution https://github.com/flutter-webrtc/flutter-webrtc/issues/1005# @EduardoAlberti @ftejeria
> does anyone find solution for it? cause i am also facing this issue but i haven't use callkit or callkeep or any library please can anyone help here? @sumitagadhvi...
@sumitagadhvi I was facing Audio issue, when user's screen locks or when app goes background. Enabling Audio in Background mode helped me. I think you have a problem in your...
Eventually, I found a solution of this issue. 1) Enable background mode from XCode.  2) Enable Audio, Airplay..... (which is first one)  3)That's all. We need...
There were three issues regarding soundOutput in the background. @TatankaConCube Mistakenly, I shared one of the solutions in this issue. I'm sorry. I mentioned others isssues so they can see...
This solution can be helpful https://github.com/flutter-webrtc/flutter-webrtc/issues/1005# @dnkoulouris @BradenBagby @rcidt @magdabudzinskagoodsoft @anhlevfx
@ndalyanlar Hello, once I faced an issue when I used `... build --delete-conflicting-outputs.` It deleted my code where it shouldn't have deleted. Since then I always commit my changes then...
@VB10 i added const and finals to classes. But mistakenly i committed it by `master` branch and it got added into this #94.
@mucahitsimsek is this issue still persisting? Did you try to update flutter version. Without a sample code it is difficult to reproduce it
> And in 3.5.4 there is no error model handle. > > https://stackoverflow.com/questions/78243612/while-using-the-vexana-package-in-flutter-i-create-my-own-error-model-but-i-am In here it seems that issue is removed from stackoverflow. ### As I assume, you - run...