{"id":16606672,"url":"https://github.com/abdularis/libwebrtc-android","last_synced_at":"2025-03-09T22:08:39.436Z","repository":{"id":111777938,"uuid":"179044774","full_name":"abdularis/libwebrtc-android","owner":"abdularis","description":"Precompiled stable google webrtc library (used in chromium) for android :telephone_receiver: :video_camera: :cd:","archived":false,"fork":false,"pushed_at":"2021-12-04T07:04:55.000Z","size":80478,"stargazers_count":27,"open_issues_count":3,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-17T11:12:21.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/abdularis.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}},"created_at":"2019-04-02T09:32:31.000Z","updated_at":"2024-01-05T15:19:57.000Z","dependencies_parsed_at":"2023-04-20T00:42:25.833Z","dependency_job_id":null,"html_url":"https://github.com/abdularis/libwebrtc-android","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdularis%2Flibwebrtc-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdularis%2Flibwebrtc-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdularis%2Flibwebrtc-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdularis%2Flibwebrtc-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdularis","download_url":"https://codeload.github.com/abdularis/libwebrtc-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242756869,"owners_count":20180206,"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":[],"created_at":"2024-10-12T01:09:34.680Z","updated_at":"2025-03-09T22:08:39.431Z","avatar_url":"https://github.com/abdularis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android WebRTC Library\n\n\u003cimg src=\"https://www.gstatic.com/devrel-devsite/prod/v70c5e166a48b2c4e0a0d27f0b12c8c47a28a215b513b1100ea89abd1a9e8a095/webrtc/images/lockup.svg\" alt=\"webrtc.org\" width=\"400\"\u003e\n\n## Integrate Into Android Project\nAdd repository in the root gradle file:\n```xml\n...\nallprojects {\n    repositories {\n        ...\n        maven {\n            url 'https://raw.github.com/abdularis/libwebrtc-android/repo/'\n        }\n    }\n}\n```\n\nAdd dependency to your app module (such as app/build.gradle), latest availabe stable version in this repo is **M83**:\n```xml\ndependencies {\n    implementation 'com.aar.app:google-webrtc:M83'\n}\n```\n\n## Description\n\nThis is precompiled google webrtc library for android, [https://webrtc.org/](https://webrtc.org/).\n[repo branch](https://github.com/abdularis/libwebrtc-android/tree/repo)\n\nread [this article](https://medium.com/@abdularis/how-to-compile-native-webrtc-from-source-for-android-d0bac8e4c933) on how to compile webrtc for android.\n\nUse maven to add .aar library into the existing maven repository using:\n```\nmvn install:install-file -Dfile=./google-webrtc-M74.aar -DgroupId=com.aar.app -DartifactId=google-webrtc -Dversion=M74 -Dpackaging=aar -DlocalRepositoryPath=./libwebrtc-android -DcreateChecksum=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdularis%2Flibwebrtc-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdularis%2Flibwebrtc-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdularis%2Flibwebrtc-android/lists"}