All Questions
Tagged with flutter-webrtc flutter-dependencies
4 questions
1
vote
1
answer
135
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\...
0
votes
0
answers
159
views
onTrack not getting called in flutter_webrtc package
I am trying to integrate a video calling feature in my app which would have flutter app on one end and angular web app on the other side (caller would be user with angular website and receiver would ...
0
votes
1
answer
434
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 ...
1
vote
0
answers
507
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 ...