{"id":23577211,"url":"https://github.com/team-telnyx/telnyx-video-android","last_synced_at":"2025-05-05T23:14:08.554Z","repository":{"id":37258733,"uuid":"471449528","full_name":"team-telnyx/telnyx-video-android","owner":"team-telnyx","description":"Telnyx Android Video SDK - Enables real-time video and audio communication with WebRTC and Telnyx","archived":false,"fork":false,"pushed_at":"2024-09-15T21:53:36.000Z","size":5592,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-05T23:14:02.816Z","etag":null,"topics":["android","android-library","android-sdk","android-webrtc","kotlin","rooms","sdk","sdk-android","telecomunications","telnyx","video","video-rooms","webrtc"],"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/team-telnyx.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":"2022-03-18T16:58:51.000Z","updated_at":"2025-04-02T19:26:16.000Z","dependencies_parsed_at":"2024-08-27T01:33:55.885Z","dependency_job_id":"6fb1c36c-5d27-43c8-8f75-cc7a296d76fa","html_url":"https://github.com/team-telnyx/telnyx-video-android","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-telnyx%2Ftelnyx-video-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-telnyx%2Ftelnyx-video-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-telnyx%2Ftelnyx-video-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-telnyx%2Ftelnyx-video-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team-telnyx","download_url":"https://codeload.github.com/team-telnyx/telnyx-video-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252590632,"owners_count":21772940,"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":["android","android-library","android-sdk","android-webrtc","kotlin","rooms","sdk","sdk-android","telecomunications","telnyx","video","video-rooms","webrtc"],"created_at":"2024-12-26T22:27:12.211Z","updated_at":"2025-05-05T23:14:08.535Z","avatar_url":"https://github.com/team-telnyx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/team-telnyx/telnyx-meet-android-sdk.svg)](https://jitpack.io/#team-telnyx/telnyx-meet-android-sdk)\n\n# telnyx-video-android\n\n## Adding Telnyx to your Android client application\n\n1. Add Jitpack.io as a repository within your root level build file:\n```groovy\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n2. Add the dependency within the app level build file:\n```groovy\ndependencies {\n\t\timplementation ('com.github.team-telnyx:telnyx-meet-android-sdk:0.3.1@aar'){transitive=true}\n\t}\n```\n\nNote that '0.2.3' should be replaced with the newest version represented by the Jitpack badge\n\nTag should be replaced with the release version.\n\u003cbr\u003e\n\u003cbr\u003e\nThen, import the TelnyxVideo SDK into your application code at the top of the class:\n\n```kotlin\nimport com.telnyx.video.sdk.*\n```\n\nThe ‘*’ symbol will import the whole SDK which will then be available for use within that class.\n\u003cbr\u003e\n\u003cbr\u003e\nNOTE: Remember to add and handle INTERNET, RECORD_AUDIO and ACCESS_NETWORK_STATE permissions in order to properly use the SDK\n\n```groovy\n    \u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\n    \u003cuses-permission android:name=\"android.permission.CAMERA\"/\u003e\n    \u003cuses-permission android:name=\"android.permission.RECORD_AUDIO\"/\u003e\n    \u003cuses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/\u003e\n```\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-telnyx%2Ftelnyx-video-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam-telnyx%2Ftelnyx-video-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-telnyx%2Ftelnyx-video-android/lists"}