{"id":27648153,"url":"https://github.com/sahar-dev/video_conference_app","last_synced_at":"2026-05-16T01:31:45.514Z","repository":{"id":288431539,"uuid":"968068864","full_name":"Sahar-dev/Video_Conference_app","owner":"Sahar-dev","description":"Secure, scalable Android video‑conferencing \u0026 chat app built on WebRTC (Jitsi Meet SDK) and Firebase Cloud Messaging for seamless real‑time calls, notifications, and user management.","archived":false,"fork":false,"pushed_at":"2025-04-17T13:27:34.000Z","size":313,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T02:40:16.373Z","etag":null,"topics":["android-studio","firebase-auth","java","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sahar-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-17T13:05:01.000Z","updated_at":"2025-04-17T13:27:38.000Z","dependencies_parsed_at":"2025-04-24T02:38:13.183Z","dependency_job_id":null,"html_url":"https://github.com/Sahar-dev/Video_Conference_app","commit_stats":null,"previous_names":["sahar-dev/video_conference_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sahar-dev/Video_Conference_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahar-dev%2FVideo_Conference_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahar-dev%2FVideo_Conference_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahar-dev%2FVideo_Conference_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahar-dev%2FVideo_Conference_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sahar-dev","download_url":"https://codeload.github.com/Sahar-dev/Video_Conference_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahar-dev%2FVideo_Conference_app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269579322,"owners_count":24441362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-studio","firebase-auth","java","webrtc"],"created_at":"2025-04-24T02:33:15.436Z","updated_at":"2026-05-16T01:31:45.485Z","avatar_url":"https://github.com/Sahar-dev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avempace Video Conferencing App 🎥💬\n\nA professional, secure Android app for real‑time video conferencing and chat, built with WebRTC (via Jitsi Meet SDK) and Firebase Cloud Messaging.\n\n---\n\n## 🚀 Key Features\n\n- **🔐 Authentication**  \n  Register \u0026 log in with email/password; JWT tokens stored securely in SharedPreferences.\n\n- **👥 User Directory**  \n  Browse online users, start one‑on‑one calls with a tap, or initiate group calls via multi‑select.\n\n- **📹 High‑Quality Video Calls**  \n  Powered by Jitsi Meet SDK (WebRTC) with customizable server URL (`https://meet.jit.si` by default).\n\n- **🔔 Push Notifications**  \n  Incoming‑call alerts delivered via Firebase Cloud Messaging; handled by a custom FCM service and EventBus.\n\n- **🗄️ Background Jobs**  \n  WorkManager stub for handling any long‑running tasks or data sync in the background.\n\n- **🛠️ Utilities \u0026 Tools**  \n  - Retrofit 2 + Gson for networking  \n  - Timber for comprehensive logging  \n  - SweetAlertDialog for polished dialogs  \n  - Centralized API response wrapper (`ApiResponse\u003cT\u003e`)  \n\n---\n\n## 🎯 Getting Started\n\n### 🔧 Prerequisites\n\n- Android Studio Arctic Fox or newer  \n- Android SDK API level 21+  \n- Java 8 or Kotlin support  \n- A running backend REST API  \n- Firebase project with Cloud Messaging enabled\n## Getting Started\n\n### Open in Android Studio\n- Import the Gradle project.  \n- Place your `google‑services.json` in the `app/` directory.\n\n### Configure APIs\n- In `ServiceBuilder.java`, set `BASE_URL` to your backend.  \n- Verify endpoints in `ApiService.java`.\n\n### Sync \u0026 Build\n- Sync Gradle to download dependencies.  \n- Build the project (**Build → Make Project**).\n\n---\n\n## 🚀 Running the App\n1. Launch an emulator or connect a device (with Google Play services).  \n2. Press **Run ▶️** in Android Studio.  \n3. The splash screen appears, then prompts for login or registration.\n\n---\n\n## 📖 Usage\n\n### Sign Up / Log In\n- Create a new account or authenticate with existing credentials.\n\n### Home Screen\n- **Tap** a user to start a one‑on‑one call.  \n- **Long‑press** to multi‑select users, then tap the group‑call button.\n\n### Incoming Calls\n- Receive a push notification dialog.  \n- **Accept** to join the conference or **Decline** to dismiss.\n\n---\n\n## 🔧 Customization\n\n### Jitsi Server\nChange the URL in `CallFragment.java`:\n```java\nnew URL(\"https://your.jitsi.server\");\n```\n### API Endpoints\nUpdate `@GET` / `@POST` annotations in `ApiService.java` to match your backend routes.\n\n### Notifications\nTweak `sendNotification(`) in ` MyFirebaseMessagingService.java ` to customize channel, icon, or sound.\n\n### Storage\nReplace `SharedPreferenceHelper` with `DataStore` or `EncryptedSharedPreferences` if desired.\n\n### 🤝 Contributing\nFork this repository.\n\n1. Create a branch:\n\n```\ngit checkout -b feature/YourFeature\n```\n2. Commit your changes \u0026 push to your fork.\n\n3. Open a Pull Request against main.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahar-dev%2Fvideo_conference_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahar-dev%2Fvideo_conference_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahar-dev%2Fvideo_conference_app/lists"}