Creating video streaming app using flutter and webrtc

Опубликовано: 20 Март 2026
на канале: techsapphire
5,338
35

In this video we are working on video call in flutter through WebRTC .

First we need to import these following packages..

1. flutter_webrtc: [ It’s used for calling]
2. firebase_core: [ It’s used for firebase connection]
3. cloud_firestore: [ It’s used for store the data]
4. permission_handler: [ It’s used for camera, microphone etc. permissions]

Most important in this is STUN Server which helps to connect peer-connections.