-
Android device A share screen to Android device B report error, but share camera to Android device B is okay.
error
```
E/org.webrtc.Logging(17442): AndroidVideoDecoder: deliverDecodedFrame failed
…
-
## Steps to reproduce (not yet sure if it only happens for some scenarios)
1. start a call
2. leave the call
### Expected behaviour
EglRenderer must be closed properly.
This should look like …
-
Hi @nikhilro,
getting the same error on flutter but I am using a public key only.
```
I/flutter (31150): 🔄 2024-04-10 17:55:13.088052: Vapi - Requesting Mic Permission...
I/flutter (31150): 🆗 20…
-
### Project link
https://github.com/lambiengcode/waterbus
Online Meeting App using Flutter and WebRTC SFU (Selective Forwarding Unit)
🤙 This is an Online Meeting App that utilizes…
-
**Describe the bug**
In peer to peer and peer to many peers calls when i disconnect webrtc and `RTCVideoRenderer` are set to null and also tried disposed.I still see the webrtc logs as
Closing r…
-
MacOS Sonoma M1. I get this over and over in the log:
```
flutter: logger: RECEIVER: Listening for files...
flutter: logger: PING: Local ping sent
flutter: logger: PING: Local ping error code: 7
…
-
**Describe the bug**
When selecting the camera on the prejoin page, there is no distinction between the front and back cameras. By default, the selected camera is marked as CameraPosition.front, whic…
-
**Describe the bug**
When Android application exits (user closes the application), there is an null-pointer exception thrown:
```
Exception 'java.lang.NullPointerException' occurred in thread 'ma…
-
what are the webrtc versions of builds in https://github.com/flutter-webrtc/flutter-webrtc/tree/main/third_party/libwebrtc/lib? can this information be made available in the package files?
-
- Using [flutter_webrtc](https://pub.dev/packages/flutter_webrtc) package.
- For capturing image I'm wrapping flutter_webrtc with Screenshot package.
- It's working good on macOS, iOS, windows. But …