-
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 …
-
Newer versions of WebRTC has `WebRtcAudioUtils` class which you can use for WebRTC based Acoustic echo cancellation (AEC).
```java
WebRtcAudioUtils.setWebRtcBasedAcousticEchoCanceler(true);
```
…
-
![image](https://github.com/flutter-webrtc/flutter-webrtc/assets/24710386/9aa7cd96-434e-4bab-8c11-5decec4e8bcd)
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginEx…
-
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 …
-
On m2 Mac, there are 4 different resolution,
1. 1024x666
2. 1280x832
3. 1470x956
4. 1710x1112
with 1 and 2 its working fine, but 3 and 4 its not working properly. I can see the screen but the i…
-
is there example or tutorial for this? thanks
-
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**
Seeing this error when trying to create a channel:
> MissingPluginException(No implementation found for method listen on channel)
**To Reproduce**
Create new Flutter a…
-
I receive the PushVoIP notification normally on iOS when the app is in the foreground, but when it goes to the background or is terminated, I don’t receive the PushVoIP notification.
delegate:
i…
-
**Describe the bug**
IOS simulator and iPhone generates "Not found video track for RTCMediaStream: "
MediaStream stream =
await navigator.mediaDevices.getUserMedia(mediaConstraints);
…