Giter VIP home page Giter VIP logo

owt-client-android's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.