Simple video call App

vido_call

Main features

  • Authentication using firebase auth (OTP authentication)
  • Firebase Firestore to store users data [phone + UID+ push notification token]
  • Agora to handle video calls .

Steps to configure the pp

  • Go to agor.io and sign in then create new project , each project has app ID place this id in porject [utils/agora_config.dart] file.
   static final String appId = "xxxxxxxxxxxxxxxxxxxxxxxxx";
  • you are free to use my firebase project but if you want to create your own do this :
  • ok, then you are good to go.

Todo :

  • ios configuration

Screens

Screenshot_1592911559 Screenshot_1592911595 Screenshot_1592911613 Screenshot_20200623-132802 Screenshot_20200623-132840