Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

Flutter LiveKit screen sharing issue, app crashes on Android 14 and above

I'm using LiveKit Flutter SDK to implement screen sharing in my Flutter app. On Android 14 (SDK 34 and above), the app crashes every time I try to enable screen sharing with: await room!....
Ashish Tandon's user avatar
0 votes
1 answer
87 views

Persistent Meet-like Flutter notifications for ongoing calls

I have an app that, using WebRTC, is able to successfully connect and hold a video call. The actual call logic while the app is open is a separate concern but what I was looking for, is the classic &...
Richard Onslow Roper's user avatar
0 votes
0 answers
56 views

Bug Report: Foreground Service Crash on Android 14+ (API 34+) with mediaProjection due to Missing Permissions

When attempting screen sharing using flutter_webrtc on Android 14 (API 34) or higher, the app crashes with a SecurityException because the required foreground service permissions for mediaProjection ...
Syed Abdul Mannan's user avatar
1 vote
1 answer
355 views

Install flutter webrtc=

When i install a package of flutter_webrtc and i run my emulater they show me this error unching lib\main.dart on Android SDK built for x86 in debug mode... C:\AppData\Local\Pub\Cache\hosted\pub.dev\...
soula soula's user avatar
0 votes
0 answers
65 views

How to use Flutter RtcVideoRenderer object in Android native activity

In my Flutter app I created separate Flutter plugin to keep all call feature separate. This plugin has signaling server and web RTC implementation in Flutter. One of the reason to create this plugin ...
Shadab Hashmi's user avatar
0 votes
1 answer
129 views

RTP Header Extension in Flutter

I am building an app with Flutter and struggling to implement a RTP Header Extension. I am currently sending a video stream from my app to a server and would like to add metadata (a dict with several ...
Adrien Gaillard's user avatar
3 votes
0 answers
443 views

Can't connect Flutter Webrtc to a Chrome Client

No matter what I do, I just can't seem to connect Flutter Webrtc to a Chrome client. I can confirm the ICE candidate and SDP were exchanged successfully. I'm debugging with a Physical Android phone I ...
Asaboro Daniel's user avatar
1 vote
1 answer
458 views

Share Screen with Flutter WebRtc

I am using Webrtc in flutter to share my screen. i have this code Signaling { RTCVideoRenderer localRenderer = RTCVideoRenderer(); RTCVideoRenderer remoteRenderer = RTCVideoRenderer(); ...
Ardeshir ojan's user avatar
0 votes
1 answer
198 views

How can we set bit width(bits per second) for PCMU codec audio in webrtc in flutter?

I am using flutter_webrtc package for streaming video from a camera. There is a requirement to implement a two way communication in which the user can speak through the mobile and the audio can be ...
viki's user avatar
  • 647
0 votes
0 answers
293 views

How to use setCodecPreferences in flutter webrtc to set PCMU as audio codec?

I am using flutter_webrtc package for streaming video from a camera. There is a requirement to implement a two way communication in which the user can speak through the mobile and the audio can be ...
viki's user avatar
  • 647
1 vote
0 answers
86 views

Remote video rendering is only depend on SDP answer?

I am creating meeting app using Flutter(flutter_webrtc). The local and remote video is stream and display in Android, Web and Windows. In iOS and macOS the remote video is not stream and display. Here ...
Mac Wyane's user avatar
2 votes
1 answer
591 views

How record video in flutter_webrtc?

I am using flutter_webrtc package to view the live video streaming from a cctv camera in mobile. There is a requirement for a feature in which the user can record the live video in the app. So, how to ...
viki's user avatar
  • 647
0 votes
1 answer
537 views

How to pause and mute the video in Flutter Webrtc

I was working on flutter webrtc to implement a streaming from a camera using the package https://pub.dev/packages/flutter_kinesis_video_webrtc. In the Mobile UI side we have an option for pausing and ...
viki's user avatar
  • 647
1 vote
0 answers
248 views

Many errors using flutter_webrtc

I am trying to implement video and voice call app using flutter_webrtc and this is my function which I have an error when I trying to call its successful only first time and the second time I got an ...
BodyKh's user avatar
  • 21
2 votes
1 answer
568 views

WebRTC: Capture picture while stream to remote peer disabled

Imagine a video call application where you allow the user to disable his camera stream (say, for privacy reasons) and in which it is also possible to take a picture with the camera to then send it to ...
jakobleck's user avatar
  • 189
1 vote
0 answers
288 views

Flutter WebRTC: How to Maintain WebRTC Call During App Background Execution?

I'm working on a Flutter app that incorporates WebRTC for audio/video calls. The WebRTC calls work well when the app is in the foreground, but I'm facing challenges in maintaining the call when the ...
Vinayak Amirtharaj's user avatar
0 votes
1 answer
934 views

Flutter WebRtc : Remote Screen is always black

I'm using flutter webrtc to make a streaming application, it has a web application that works perfectly when streaming, but on flutter mobile application the remote screen is always black although ...
zain ibrahem's user avatar
2 votes
0 answers
357 views

Flutter webRTC video/audio calls terminates on back button tap

I have used [flutter_webrtc][1] for video and audio calls in my application. I have implemented it successfully. And everything is going well but in one case I am facing a problem with one ...
Sagar R Anghan's user avatar
1 vote
0 answers
495 views

Functionalities : Screen Sharing flutter webrtc

This is not a bug but I am not getting proper documentation for the screen-sharing using the web-RTC. So, can please anyone help me with this implementation? If I get the documentation also it will ...
Sagar R Anghan's user avatar
1 vote
0 answers
546 views

How can I integrate a WebRTC video call with picture-in-picture mode in Flutter for both Android and iOS platforms?

I have been working on integrating WebRTC video call with picture-in-picture mode in a Flutter app that runs on both Android and iOS platforms. I have tried several plugins, but unfortunately, none of ...
Arbaz Shaikh's user avatar
0 votes
1 answer
1k views

Black screen is showing on video call using Flutter web RTC

I am using Flutter WebRTC plugin for doing video calls. At this moment everything looks perfect. I am not getting any error. But my remote streaming is not coming. It is showing black screen for. ...
fahim irfan's user avatar
1 vote
0 answers
205 views

flutter app exit before build while using webrtc

I'm working on a Flutter project that involves WebRTC functionality using the flutter-webrtc package. However, whenever I try to build the app, it crashes before even launching. I have tried running ...
Jeevan Shrestha's user avatar
3 votes
1 answer
730 views

Flutter WebRTC MediaStream Track mixing

I am using sip_ua dart package for VOIP phone calls. I achieved one to one calls using sip. Server used : Asterisk Now I am trying to achieve conference calling for Android & iOS App. https://...
KDOSHI's user avatar
  • 317
2 votes
2 answers
1k views

Flutter WebRTC Audio Issue in iOS

Flutter WebRTC video call voice is not hearing in iPhone speaker Getting UnimplementedError when I use _localStream.getAudioTracks()[0].enableSpeakerphone(true); I have using flutter_webrtc: ^0.9.24 ...
Ranjith Jith's user avatar
2 votes
0 answers
600 views

flutter-webrtc is not working in phone but working in browser

the flutter_webrtc work on browser but on phone it is not working. in debug console it gives ***I/org.webrtc.Logging( 5106): EglRenderer: Duration: 4001 ms. Frames received: 46. Dropped: 0. Rendered:...
Jeevan Shrestha's user avatar
0 votes
2 answers
2k views

How to keep connection to SIP server in background using flutter_webrtc?

I'm using flutter_webrtc and sip_ua packages to implement VoIP calls. The flow of registration on the SIP server is as follows, When the user opens the app, the client(App) is registered on the ...
ASAD HAMEED's user avatar
  • 2,740
-1 votes
1 answer
196 views

flutter webrtc give an error with github jetpack, couldn't run the applicatioin

* What went wrong: Execution failed for task ':flutter_webrtc:compileDebugKotlin'. > Could not resolve all files for configuration ':flutter_webrtc:debugCompileClasspath'. > Could not find ...
vishalPrajapat's user avatar
0 votes
2 answers
2k views

how to import local package files in my main package?

I want to import the about.dart file in my main.dart file. But it is showing error while I'm copying its path. I tried many ways to import it, but all fails. Can anyone please help me in this?
Anjali's user avatar
  • 117
2 votes
1 answer
1k views

Dart Sip Ua va Call Keep flutter vs Flutter_webrtc

I am familiar with webrtc and worked with it before. callkeep service can be used for managing calling states in mobile application but then what is the use case of dart-sip-ua. The documentation is ...
Yogesh Dubey's user avatar
0 votes
0 answers
380 views

Flutter keeping getx service presistant even if app is killed

I have app when I have initiated a services, now when is in foreground or background things are working, but when app is terminated or killed, the getx service take time to initialise, and due to ...
abhishek dana's user avatar
6 votes
2 answers
2k views

flutter webrtc RTCPeerConnection.addStream not working

Friends, I want to develop an application for Flutter using webrtc, but unfortunately I am facing problems that I am not able to solve. errorCode: AddStream is not available with Unified Plan ...
EbrahimAghdasi's user avatar
4 votes
2 answers
2k views

flutter crash when using flutter-webrtc

I use the following code for video calling using flutter-webrtc package, this code works in the web, but it crashes in Android Everything is updated and I use the latest versions of all the tools. and ...
shapoor molaee's user avatar
4 votes
0 answers
1k views

Flutter WebRTC can't create datachannel

I'm trying to create WebRTC datachannel with flutter_webrtc package but have some Issues. What I'm doing: I'm creating RTCPeerConnection? _peerConnection;. I have working video and audio stream. But ...
Marvin Heemeyer's user avatar
0 votes
0 answers
112 views

Flutter Unhandled Exception: LateInitializationError: Field '_peerConnection@24207864' has not been initialized

I want to make a video call in Flutter that gives this error, please help me Thanks For using webrtc, unfortunately I can't find any source, if there is a website for guidance on using webrtc, please ...
EbrahimAghdasi's user avatar
1 vote
0 answers
897 views

flutter webrtc remote stream

I am having a problem with onaddremotestream in flutter webrtc I am following this guide https://github.com/cyb3rcod3/flutter-openvidu-demo trying to integrate flutter with openvidu https://docs....
Mus'ab Hajabi's user avatar
0 votes
1 answer
426 views

flutter android Could not determine the dependencies of task ':app:lintVitalRelease'

I am using flutter webrtc package but i want try to create apk i am getting below error. flutter doctor commands shows everything is correct. I am using latest 3.9 version of flutter. I already tried ...
Bilal Rabbi's user avatar
  • 1,870
1 vote
1 answer
1k views

Switching stream with Flutter WebRTC seems to fail

I'm trying to switch from the front to back camera using Flutter WebRTC but cannot get it working. I have the following // Stop the current stream and remove the tracks await Future....
Oliver Dixon's user avatar
  • 7,510
3 votes
1 answer
2k views

Why is my `flutter_webrtc` peer connection always failing?

I'm stuck in establishing a WebRTC connection. I've successfully established WebRTC connections on several web applications using this signaling flow but I'm stuck in flutter. I'm using the ...
Piyush's user avatar
  • 823
0 votes
1 answer
946 views

How can I get native MediaStreamTrack from WebRtc MediaStreamTrackWeb object

I want to mix MediaStreamTrack objects in Dart using the package:universal_html/js.dart library. JsAudioContext audioContext = JsAudioContext(); audioContext.initialize(); var ...
MuharremCetin's user avatar
0 votes
1 answer
311 views

Error while installing Webrtc based app on Android

Geeting below error while installing WebRTC based app on Android but its working fine on Browser. Getting below error: Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.8.4/lib/src/...
Abhishek Singh's user avatar
0 votes
0 answers
447 views

how to overlay text on webrtc RTCVideoView flutter

I want to overlay the text on RTCVideoView flutter and also record this text along with the video. I'm using Flutter Webrtc package for video rendering and I want to overlay text on the screen and ...
Abhishek Singh's user avatar
0 votes
1 answer
2k views

Flutter Web-RTC getDisplayMedia results in app crash

I want to create an app for Video-calling between 2 devices, with the possibility to share their own screen with the Flutter WebRTC plugin. I already made the video-calling part, but I ran into a ...
Robin van der Velden's user avatar
1 vote
0 answers
192 views

How to change status bar clock design

How to do like this in flutter I am using flutter/webrtc flutter/callkeep. I want to show onacitve call icon with green background when in webrtc call. I can only change status bar background color
Orgil's user avatar
  • 251
2 votes
0 answers
755 views

How to send local stream to backend using flutter_webrtc?

I am creating some kind of streaming app on mobile phones. I am launching front camera and displaying it on phone. Main purpose is to send that footage to my backend and then display it on website. ...
Karol Wiśniewski's user avatar
0 votes
1 answer
2k views

How to get audio volume (as stream) from WebRTC's MediaStream in Flutter?

I am using flutter mediasoup client to stream video+audio from the server. This works well in general. However, I now want to measure audio level (ie, loud/soft) from the incoming audio stream so that ...
thammaknot's user avatar
1 vote
1 answer
4k views

Flutter video chat using WebRTC always getting RTCPeerConnectionStateFailed state

I am trying to make a Video Calling app using Flutter and Webrtc. I am using the webrtc plugin for flutter from https://pub.dev/packages/flutter_webrtc. I have made two different projects, one does ...
Ajith Kumar's user avatar
2 votes
0 answers
368 views

multiple webRTC replaceTrack() calls for swapping two video streams

I'm making a video call application with two video sources: camera / screen record, and let the users switch camera <-> screen record multiple times during a call. RTCRtpSender.replaceTrack() ...
user987654's user avatar
  • 6,101