-
Hi! I am currently developing an app using the **flutter_webrtc** package. It turns out that when I call WebRTC's getUserMedia method for my Flutter web app as below, **it does not prompt me to check …
-
Toggling speaker was working for me earlier and I have not made any changes in my code. I tried upgrading/downgrading the version of flutter webrtc and sip_ua packages. But it's not working for me on …
-
hello, @pan1nx @LinusU @davidliu @leonidl @ened
I have used [flutter_webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for video and audio calls in my application. I have implemented it su…
-
**Describe the bug**
android 和 IOS 手机在1080分辨率及以上通信时,android端无法显示IOS端的视频画面,但是音频是正常的,iOS端也是正常的可以收到android端的视频。iOS和iOS,Mac,WEB都是可以来回切换分辨的,可以正常视频通信,只有和Android端通信时有问题, 但720P 48P分辨率时正常的,只有1080P分辨率时,出现Andro…
-
**Describe the bug**
Seeing this error when trying to create a channel:
> MissingPluginException(No implementation found for method listen on channel)
**To Reproduce**
Create new Flutter a…
-
**Describe the bug**
When updating the version to `0.9.43`, and `0.9.44`, we get the following error:
.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.45/android/src/main/java/org/webrtc/video/CustomVi…
-
**Describe the bug**
IOS simulator and iPhone generates "Not found video track for RTCMediaStream: "
MediaStream stream =
await navigator.mediaDevices.getUserMedia(mediaConstraints);
…
-
**Is your feature request related to a problem? Please describe.**
Users would like to record audio and video locally in addition to publishing to the server. Currently audio and video data are not…
-
I have implemented Flutter Callkit Incoming to my project using Flutter WebRTC. But I am getting java.lang.SecurityException com this error on a few Android devices especially versions below 12. I hav…
-
**Describe the bug**
Running `pub get` for any version of `flutter_webrtc` >= 0.6.9 will not compile on macOS 11.6 (darwin-arm).
Have tried `flutter clean` to no avail.
Receive the following er…