owt-client-android

Open WebRTC Toolkit client SDK for Android applications.

  • 所有者: open-webrtc-toolkit/owt-client-android
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Open WebRTC Toolkit Client SDK for Android

Open WebRTC Toolkit Client SDK for Android builds on top of the W3C standard WebRTC APIs to accelerate development of real-time communications (RTC) for Android applications, including peer-to-peer, broadcasting, and conference mode communications.

Documentation

See README.md in docs directory.

How to build

Prerequisites

  • Configure Android SDK

    If local.properties file with the following line doesn't exist in project root directory,
    please create local.properties file and add a line

    sdk.dir=/your/android/sdk/location

    Otherwise, the environment variables ANDROID_HOME can be used instead of local.properties file.

    export ANDROID_HOME=/your/android/sdk/location

  • Configure dependency files

    This project relies on webrtc, by default dependencies in all submodules link to the files in /dependencies,
    which is left as empty files. So before building the project, webrtc library files need to be put into this
    folder.

    Getting information on how to build libwebrtc library, please refer to owt-nativesdk.

Build Project

  • To build the entire project including sdk and samples

    ./gradlew assembleRelease

  • To build the specific module, e.g. base

    ./gradlew assembleRelease -p src/sdk/base

  • To pack a whole release package

    python tools/pack.py

How to contribute

We warmly welcome community contributions to owt-client-android repository. If you are willing to contribute your features and ideas to OWT, follow the process below:

  • Make sure your patch will not break anything, including all the build and tests
  • Submit a pull request onto Pull Requests
  • Watch your patch for review comments if any, until it is accepted and merged

OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.

How to report issues

Use the "Issues" tab on Github

See Also

http://webrtc.intel.com

主要指标

概览
名称与所有者open-webrtc-toolkit/owt-client-android
主编程语言Java
编程语言Java (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2018-10-26 05:06:14
推送于2022-09-23 07:10:18
最后一次提交2022-09-23 15:10:18
发布数6
最新版本名称v5.0 (发布于 )
第一版名称v4.2 (发布于 )
用户参与
星数198
关注者数14
派生数100
提交数226
已启用问题?
问题数139
打开的问题数92
拉请求数121
打开的拉请求数5
关闭的拉请求数28
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?