webRTC Video and Audio Call in Flutter

2.6k views Asked by At

I am new to Flutter App and I have to create a WEBRTC based video and audio calling app for both IOS and Android without using TURN Server with FCM for creating a connection between 2 users. Could anyone please help me out how can we achieve this functionality? Need something very similar to Peer js. Any docs or videos explaining it will also help.

1

There are 1 answers

0
MαπμQμαπkγVπ.0 On

There is actually an existing plugin specific on the implementation of webRTC using Flutter. As for the tutorials, try to check the webRTC codelab and good video tutorial about "Realtime Communication with WebRTC in Flutter & Dart".