Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiguredo/sora-android-sdk
WebRTC SFU Sora Android SDK
https://github.com/shiguredo/sora-android-sdk
android webrtc
Last synced: 3 months ago
JSON representation
WebRTC SFU Sora Android SDK
- Host: GitHub
- URL: https://github.com/shiguredo/sora-android-sdk
- Owner: shiguredo
- License: apache-2.0
- Created: 2017-08-24T06:40:03.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-30T05:51:58.000Z (5 months ago)
- Last Synced: 2024-08-30T10:35:53.798Z (5 months ago)
- Topics: android, webrtc
- Language: Kotlin
- Homepage: https://sora-android-sdk.shiguredo.jp
- Size: 1.25 MB
- Stars: 28
- Watchers: 11
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Sora Android SDK
[![Release](https://jitpack.io/v/shiguredo/sora-android-sdk.svg)](https://jitpack.io/#shiguredo/sora-android-sdk)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-129.6668-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/6668)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/shiguredo/sora-android-sdk.svg)](https://github.com/shiguredo/sora-android-sdk.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)Sora Android SDK は [WebRTC SFU Sora](https://sora.shiguredo.jp) の Android クライアントアプリケーションを開発するためのライブラリです。
## About Shiguredo's open source software
We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.
Please read https://github.com/shiguredo/oss before use.
## 時雨堂のオープンソースソフトウェアについて
利用前に https://github.com/shiguredo/oss をお読みください。
## システム条件
- Android 5 以降 (エミュレーターでの動作は保証しません)
- Android Studio 2024.1.2 以降
- WebRTC SFU Sora 2024.1.0 以降## サンプル
- [クイックスタート](https://github.com/shiguredo/sora-android-sdk-quickstart)
- [サンプル集](https://github.com/shiguredo/sora-android-sdk-samples)## ドキュメント
[Sora Android SDK ドキュメント](https://sora-android-sdk.shiguredo.jp/)
## 有償での優先実装が可能な機能一覧
**詳細は Discord またはメールにてお問い合わせください**
- オープンソースでの公開が前提
- 可能であれば企業名の公開
- 公開が難しい場合は `企業名非公開` と書かせていただきます### 機能
- 音声出力先変更機能
## ライセンス
```
Copyright 2017, Lyo Kato (Original Author)
Copyright 2017-2023, Shiguredo Inc.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```