Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Resources

Use Android SDK to develop mobile applications for streaming video and calls.

...

To test compiled applications, download The full build with the examples And install the .apk file to your Android device.

Preparing examples for building

If you have some experience in developing Android apps, you can simply download the aar-library and link it to the project manually, then configure building.

...

Code Block
languagebash
themeRDark
ndk.dir=/opt/android-ndk-r12b
sdk.dir=/opt/android-sdk-linux

Building examples with Gradle

Prepare examples for building, then go to the 'output' folder and start building:

Code Block
languagebash
themeRDark
cd output
gradle build

Building examples in Android Studio

Prepare examples for building and put them to the 'output' folder, then rename it to 'wcs_android_sdk_samples', for instance.

...

The building result is .apk files located in the corresponding folders: 2players/build, click-to-call/build, and so on.
The Android SDK file is located in the following path in the project: libs/wcs-android-sdk-1.0.1.2.aar

Known issues

1. It is impossible now to set microphone gain in Android SDK while publishing stream.