developerspace-samples / VoIP-Call-Sample

An android application that includes ConnectionService binding to handle incoming & outgoing calls. It helps to know the use ConnectionService in Android.
https://developerspace.medium.com/
Apache License 2.0
29 stars 25 forks source link

VoIP-Call-Sample

Platform Platform GitHub stars

An android application which includes ConnectionService binding to handle incoming & outgoing calls. It uses CometChat UI Kit Library for Voice & Video Calling Services and Firebase Cloud Messaging for Push Notifications. Whenever the app is in background or killed state. Firebase Push Notification helps to handle incoming calls.

VoIP Sample


Pre-requisites

:heavy_check_mark: Android studio installed in your system.
:heavy_check_mark: Android Device or Emulator to run your app.
:heavy_check_mark: Setup Account on Firebase and integrate app with your Firebase Project.
:heavy_check_mark: Setup Account on CometChat and create a App.


Setup :hammer:

  git clone https://github.com/developerspace-samples/VoIP-Call-Sample.git

:handshake: Open for Contribution