{"id":13492105,"url":"https://github.com/100mslive/100ms-android","last_synced_at":"2025-04-06T03:09:02.915Z","repository":{"id":37087539,"uuid":"330654934","full_name":"100mslive/100ms-android","owner":"100mslive","description":"Android Video Conferencing App using 100ms SDK","archived":false,"fork":false,"pushed_at":"2025-03-04T07:14:58.000Z","size":69642,"stargazers_count":89,"open_issues_count":30,"forks_count":40,"subscribers_count":8,"default_branch":"release-v2","last_synced_at":"2025-04-03T01:39:29.612Z","etag":null,"topics":["100mslive","android","hacktoberfest","kotlin","webrtc"],"latest_commit_sha":null,"homepage":"https://100ms.live","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/100mslive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-01-18T12:11:18.000Z","updated_at":"2025-03-17T08:40:13.000Z","dependencies_parsed_at":"2024-03-15T12:44:21.376Z","dependency_job_id":"8041014d-2d64-4052-8288-b94ae7d0f76a","html_url":"https://github.com/100mslive/100ms-android","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2F100ms-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2F100ms-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2F100ms-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2F100ms-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/100mslive","download_url":"https://codeload.github.com/100mslive/100ms-android/tar.gz/refs/heads/release-v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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","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":["100mslive","android","hacktoberfest","kotlin","webrtc"],"created_at":"2024-07-31T19:01:03.157Z","updated_at":"2025-04-06T03:09:02.899Z","avatar_url":"https://github.com/100mslive.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"\u003ca href=\"https://100ms.live/\"\u003e\n\u003cimg src=\"https://github.com/100mslive/100ms-ios-sdk/blob/main/100ms.gif\" height=256/\u003e \n\u003cimg src=\"https://github.com/100mslive/100ms-ios-sdk/blob/main/100ms.svg\" title=\"100ms logo\" float=center height=256\u003e\n\u003c/a\u003e\n\n[![Latest Version](https://jitpack.io/v/100mslive/android-sdk.svg)](https://docs.100ms.live/android/v2/release-notes/Release-Notes)\n[![Documentation](https://img.shields.io/badge/Read-Documentation-blue)](https://docs.100ms.live/android/v2/foundation/Basics)\n[![Discord](https://img.shields.io/discord/843749923060711464?label=Join%20on%20Discord)](https://100ms.live/discord)\n[![Download App](https://img.shields.io/badge/Download%20via-Firebase-green)](https://appdistribution.firebase.dev/i/d8f1648365a33c3e)\n[![Activity](https://img.shields.io/github/commit-activity/m/100mslive/100ms-android.svg)](https://github.com/100mslive/100ms-android/pulls)\n[![Email](https://img.shields.io/badge/Contact-Know%20More-blue)](https://dashboard.100ms.live/register)\n\n\n# 🎉 Sample App using 100ms Android SDK 🚀\n\nHere you will find everything you need to build experiences with video using 100ms Android SDK. Dive into our SDKs, quick starts, add real-time video, voice, and screen sharing to your web and mobile applications.\n\nSample App of 100ms can be downloaded from Play store : https://play.google.com/store/apps/details?id=live.hms.app2\n\nMeeting links can be generated using [dashboard](https://dashboard.100ms.live/)\n\n## 📦 Prebuilt (Room Kit)\n\nRoom Kit is library built to take even building the UI off your hands. It uses 100ms SDK to and a dynamic layout decided by Prebuilt in the dashboard to have fully functional video up and running in your app in minutes.  \nTo add the library to your own app, take a look at the [Prebuilt Quickstart](https://www.100ms.live/docs/android/v2/quickstart/prebuilt-android) in the docs.  \n\n#### 🛠️ Developing against Prebuilt Room Kit\nWe don't intend this to be a very common as Room Kit is updated very frequently with new features but the benefit of open source is that if you don't like how something works you can change it yourself! If you wanted to change anything in the Prebuilt library here's how.\n1. Clone this repo.\n2. Find the line in `app/build.gradle` that says `implementation \"live.100ms:room-kit:$HMS_ROOM_KIT_VERSION\"` and change it to\n   ``implementation project(\":room-kit\")``\n3. Run the app.\n\nNow you'll be loading the room kit library locally with your own changes rather than from the maven library that 100ms publishes to.\n\nTo use this in your own code, you can put the library in your local computer and import it in your app.  \nTo put the room kit library in your computer as a library locally:\n1. Open a terminal and cd into the root of this project. Opening the terminal from Android Studio works as well.\n2. Run the following command to build and put the library in your local storage. `./gradlew clean publishToMavenLocal`\n3. Verify the library was built correctly by seeing if it is in `ls ~/.m2/repository/live/100ms/room-kit`\n4. In your app find where the `mavenCentral()` repository is referenced and add `mavenLocal()` before it. Eg:\n``` \n   allprojects {\n         repositories {\n         mavenLocal()\n         mavenCentral()\n     }\n  }\n```\n\n5. Add the import for `room kit` as you would do for any library `implementation \"live.100ms:room-kit:$HMS_ROOM_KIT_VERSION\"` \n\nThat's it. Once you sync, the library should be available to your app.  \nThis is the recommended method since adding the module to your own app directly would make it difficult to sync with our changes.\n\n## ☝️ Pre-requisites\n\n- Android Studio\n- Support for Java 11\n\n## 📱 Supported Devices\n\nThe Android SDK supports Android API level 21 and higher. It is built for armeabi-v7a, arm64-v8a, x86, and x86_64 architectures.\n\n## 📑 100ms SDK Documentation\n\nRefer the [Getting Started - Android](https://docs.100ms.live/android/v2/foundation/Basics) guide to get detailed SDK information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100mslive%2F100ms-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F100mslive%2F100ms-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100mslive%2F100ms-android/lists"}