Skip to content

yeasin50/Flutter-Video-Calling-App

Repository files navigation

webRTC

dependencies dependencies dependencies

dependencies dependencies

It's better to visit official doc.

android:minSdkVersion="23" for webRTC forground service

Provide your own width, height and frame rate here
if it's larger than your screen , it wont showUP

Breakdown of an SDP (Session Description Protocol)


work flow

  • click Offer on 1st tab

    • get token and paste on 2nd tab and press set remote desc
  • click answer on 2nd tab and copy sdp

    • copy and paste on 1st then set remote description

    • click answer on 2nd tab copy and paste

    • set remote descript on 1st tab

    • next add candidate from 2nd tab

    • copy candidate from 2nd tab

    • paste on 1st tab and set as candidate

    • congo



Checking null-safety of packages

dart pub outdated --mode=null-safety


helper:

License & copyright

Licensed under the MIT License.


Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Releases

No releases published

Packages

No packages published

Languages