Welcome to My Video Call App! This repository hosts the source code for an amazing Android app that.
- Conncet People with Live Stream and Video call
- Login with google securly
- Voice calling
- Video feed like tik tok
- Open Android Studio.
- Go to File > New > Project From Version Control.
- Copy the link of this repositary.
- Paste the link in Url Box of Android Studio window and click on "Clone" button..
//agora for video call and live streaming
implementation("io.agora.rtc:full-sdk:4.0.1")
implementation("commons-codec:commons-codec:1.9")
//for splash screen animation lottie animation
implementation("com.airbnb.android:lottie:3.4.0")
//implementation for dynamic dp
implementation("com.intuit.sdp:sdp-android:1.1.0")
//for chat
implementation("io.agora.rtc:chat-sdk:1.1.0")
//navigation gra[h
implementation("androidx.navigation:navigation-fragment-ktx:2.3.5")
implementation("androidx.navigation:navigation-ui-ktx:2.3.5")
//for api call retrofit
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2")
implementation("de.hdodenhof:circleimageview:3.1.0")
//for video playing
implementation("com.google.android.exoplayer:exoplayer-core:2.15.0")
implementation("com.google.android.exoplayer:exoplayer-ui:2.15.0")
//for image loading
implementation("com.facebook.fresco:fresco:3.0.0")
implementation("com.squareup.picasso:picasso:2.8")
## Here are the some screenshots of the cloned application
Contributions are welcome! If you find any issues or want to enhance the app, feel free to submit a pull request.
This project is free to use.
Have questions or suggestions? Feel free to reach out to Sumit or harnoor via linkdin.


