Questions tagged [flutter-webrtc]

45 questions
0
votes
0 answers

Converting audio call to video call and everyone’s call convert to video call

If there are 3 or more person in a single group call and one of the user request to switch audio call into video call and only one other user accept the request then it should only convert call for that particular user not for every user. But in…
Sagar R Anghan
  • 220
  • 1
  • 10
0
votes
0 answers

flutter webrtc Group call not working in android ios

I have used the Flutter Webrtc package for video/audio calling but I am not getting the desired outcome in group calls. If there are multiple users like 3+ the call connection not working properly. And I having conflicts and issues with the group…
0
votes
0 answers

iOS 16 : Call connection established but app not opening

I have used flutter_webrtc for video/audio calls and flutter_callkit_incoming: ^2.0.0+1 for call notification. But in this case only in iOS 16 version when I click on the receive button. The call connection establishes and the call was received but…
Sagar R Anghan
  • 220
  • 1
  • 10
0
votes
0 answers

Multiple notification for same call

pals I have used flutter_callkit_incoming : 2.0.0+1 for the call notification on the flutter side. It works perfectly on every device. But in some cases, it sends multiple notifications for the same call. And it happens eventually. Don't know the…
Sagar R Anghan
  • 220
  • 1
  • 10
0
votes
0 answers

Black screen on different network & wifi in flutter webrtc

Call: Listen to the sender / Receiver of the call if both are connected to different wifi networks, tests are performed with mobile data and the result is the same. When making a call connected to the same wifi network it is possible to listen to…
Sagar R Anghan
  • 220
  • 1
  • 10
0
votes
0 answers

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 be good enough for me. Expected behavior: When I…
0
votes
0 answers

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 them seem to work with WebRTC video streaming.…
0
votes
1 answer

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. remote streaming. Also local streaming is not showing…
fahim irfan
  • 73
  • 2
  • 16
0
votes
0 answers

Fatal error in: ../../pc/peer_connection.cc

I have an application that is using flutter_webrtc_wrapper package. When a second user joins the video call using the phone, the call drops from this user's side and I get the following error. How to fix this?
0
votes
1 answer

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 server with the required credentials. What do I want…
ASAD HAMEED
  • 2,296
  • 1
  • 20
  • 36
0
votes
0 answers

Incoming Call Goes Directly into CallStateEnum.Progress from CallStateEnum.Initiation

I use the flutter_webrtc package to handle VOIP calls. I ran the example project from their GitHub and it worked fine until I separated the logic from the UI. Now I'm facing this problem, Incoming calls are expected to be in CallStateEnum.INITIATION…
ASAD HAMEED
  • 2,296
  • 1
  • 20
  • 36
0
votes
0 answers

Flutter WebRTC microphone voice played, Iam hearing my own voice from my own device. I

I just want to sent only audio to other client. I dont even have any RTCVideoRenderer on my page, but I keep hearing my own voice feedback. So where that sound (my own voice) come from? I used something like this : var stream = await…
erik
  • 1
0
votes
2 answers

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
  • 47
  • 8
0
votes
0 answers

Rendering a webview in flutter app is too slow and cause to crash

I render html in webview, and will to show it in an flutter app. When it first loads, there is no iframe. When the first iframe is created we have no problem. But when the second iframe is created, we get this error and it repeats per frame in…
0
votes
0 answers

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 which my user are not getting time to check thing,…