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

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
91 views

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
58 views

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
376 views

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
72 views

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
131 views

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
449 views

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
468 views

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
200 views

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
296 views

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

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
601 views

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
541 views

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
250 views

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
575 views

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
291 views

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
950 views

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

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
498 views

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
548 views

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

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
207 views

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
741 views

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 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
602 views

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

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
211 views

* 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

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

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
389 views

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

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

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

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

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
901 views

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
429 views

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

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,507
3 votes
1 answer
2k views

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
948 views

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
313 views

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
449 views

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

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 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

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

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

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

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