Skip to content

nttcom/SkyWay-Android-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Deprecated!

We have released a new WebRTC platform, ECLWebRTC, to take the place of SkyWay. We will be shutting down the SkyWay servers in March 2018. Customers who are currently using SkyWay are required to migrate to ECLWebRTC by then or their services will stop working.

If you are looking for the repository of ECLWebRTC, please see the new examples.

このレポジトリは、2018年3月に提供を終了する旧SkyWayのAndroid SDKのサンプルアプリです。新しいSkyWayへの移行をお願いします。

すでに新しいSkyWayをご利用の方は、新しいサンプルアプリをご覧ください。

SKWAndroidSampleApp

How to build (Android Studio)

  1. Register an account on SkyWay and get an API key
  2. Clone or download this repository.
  3. Open "SkyWay-Android-Sample"
  4. Make directory "app/libs" of your project. Add "SkyWay.aar" to the "app/libs".
  5. Download "SkyWay.aar" from SkyWay
  6. Set APIKey and Domain to your API key/Domain registered on SkyWay.io at both "DatActivity.java" and "MediaActivity" and build!
// Please check this page. >> https://skyway.io/ds/
//Enter your API Key and registered Domain.
options.key = "";
options.domain = "";

ビルド方法 (Android Studio)

  1. SkyWayでアカウントを作成し、APIkeyを取得
  2. このレポジトリをクローンまたはダウンロード
  3. "SkyWay-Android-Sample"を開く
  4. プロジェクト内でapp/libsディレクトリ作成し、"SkyWay.aar"をapp/libsに追加
  5. "SkyWay.aar"はSkyWayからダウンロード
  6. "DataActivity.java" と "MediaActivity.java"のAPIKeyとDomainにAPIkeyとDomainを入力し、ビルド
// Please check this page. >> https://skyway.io/ds/
//Enter your API Key and registered Domain.
options.key = "";
options.domain = "";

About

[Deprecated] Sample application of SkyWay Android SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published