Questions tagged [flutter-webrtc]
45 questions
0
votes
0 answers
Video call by webrtc works in avd but not in real phone
Video call with webrtc works well in avd, but the call is not established inside the real phone.
I guess that the problem is in this part
"W/main_texture_ca( 4178): type=1400 audit(0.0:151571): avc: denied { getattr } for name="dmabuf:" dev="dmabuf"…

shapoor molaee
- 101
- 5
0
votes
0 answers
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 share it with me.

EbrahimAghdasi
- 61
- 5
0
votes
1 answer
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 flutter clean many times
* What went wrong:
Could…

Bilal Rabbi
- 1,602
- 2
- 18
- 39
0
votes
0 answers
Call not working sometimes in sip_ua package of Dart
I'm Developing VOIP application in Flutter. Got below error and call not connected not in every case but in random case its happen.
Sip Registration Snippet
static void registeredSip(SipData sp) async {
UaSettings settings = UaSettings();
…

RVK
- 67
- 5
0
votes
0 answers
Flutter code error - I am integrating (webrtc using nodejs) in flutter
C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.8.12/lib/src/native/rtc_video_renderer_impl.dart:11:7: Error: The non-abstract class 'RTCVideoRenderer' is missing implementations for these members:
-…
0
votes
0 answers
When I run my flutter web app in browser and limit the dimensions to pixel 5 the web app gets stuck
the app when loads has a basic loader and then shifts to the actual screen the web app is fine when I switch to iPhone se dimensions in the inspect tab but when I shift it to pixel 5 it doesn't work
can anyone please help me with this why this is…

Naqeeb maqsood
- 36
- 5
0
votes
0 answers
Broadcast upload extension flutter webrtc
I am trying to add screen sharing for iOS in my flutter app using flutter-webrtc.
Following the steps explained in this document https://github.com/flutter-webrtc/flutter-webrtc/wiki/iOS-Screen-Sharing, I have managed to start the broadcast…

iYousafzai
- 1,021
- 1
- 10
- 29
0
votes
1 answer
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.forEach(videoStream!.getVideoTracks(),…

Oliver Dixon
- 7,012
- 5
- 61
- 95
0
votes
1 answer
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 senders = await call!.peerConnection!.getSenders();
…

MuharremCetin
- 51
- 1
- 5
0
votes
1 answer
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/native/rtc_data_channel_impl.dart:16:7: Error:…
0
votes
0 answers
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 save it after that.
0
votes
1 answer
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 problem with switching the UserMedia stream to…
0
votes
0 answers
flutter call group in webrtc and socket io
I want to implement a group video call in Flutter. Can you help or give me a sample code? I implemented someone's call, I did this with socket and webRTC

ew ew
- 9
- 1
0
votes
1 answer
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 I can display an audio level indicator…

thammaknot
- 63
- 7
-1
votes
1 answer
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 android-104.5112.03.jar…