Vinayak
Vinayak
**Describe the bug** We are building a application with matrix org and using flutter_webrtc for calls. When joining a call, flutter desktop application getting killed and crashed. **To Reproduce** -...
**Describe the bug** I am working on a Flutter app that utilizes VoIP functionality using the flutter_webrtc package. When attempting to make a group call using VoIP.newGroupCall, and when joining...
Is it possible to send `MediaStream` between isolates? Since only primitive types can be directly transferred between isolates, I've implemented the following extensions to handle this: 1. MediaStream Extension: ```...
The `RTCVideoView` widget from the `flutter_webrtc` package causes the application to crash when the available dimensions (height or width) fall below certain thresholds. This issue appears to occur regardless of...
#### Description I encountered crashes in my application when attempting to load the `gemma-2b-it.gguf` and `Phi-3-mini-4k-instruct-q4.gguf` models. Below are the error messages and details for each model: #### For `gemma-2b-it.gguf`:...
The application getting crashed in linux when making video call. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo 2. Run the sample code 3. Connect it with...
Description: I'm working on a Flutter project where I need to pass a MediaStream between different isolates. Since MediaStream and MediaStreamTrack are not primitive types and cannot be passed directly...