-
I have a phone app and I implemented calls using flutter_webrtc and sip_ua it works fine in foreground mode but when the app is killed I used flutter_callkit_incoming to show call notification, upon c…
-
**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 calling `MediaStream.dispose()` library throw an exception that media stream is not found, this only happens on linux OS
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(…
-
running alpine linux, x86_64
versions:
libwebrtc: revision [`d9ea233ddcfa8ac246b7031bc30d7ba0f3018902`](https://github.com/webrtc-sdk/libwebrtc/tree/d9ea233ddcfa8ac246b7031bc30d7ba0f3018902)
webr…
-
Hi, I need to get information about changing the audio device on the phone (for example, the user has connected an external headset). I see that on the native side in the android plugin this informati…
-
**Describe the bug**
I'm trying to add a Flutter module as a framework to an existing iOS app, the framework uses the webrtc dependency and builds failed. When I execute command 'flutter build ios-fr…
-
I have a need for many parties in a mult party video conference to be able to speak in different languages but see the Text in your own language.
One way is to do it client side like is done here: …
-
**Describe the bug**
Failed to compile application on chrome device
**To Reproduce**
Launching lib\main.dart on Chrome in debug mode...
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_webrt…
-
Trying to do a platform release but after installing Flutter WebRTC 0.9.3 I get the following error
```
Lexical or Preprocessor Issue (Xcode): 'WebRTC/WebRTC.h' file not found
/Users/oliverdixon/…
-
@cloudwebrtc when using release apk in two real devices webrtc app user1 can able to see user2 video but user2 side user1 video not streaming remote video
error is it's not adding remote add track…