Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyway/skyway-ios-sdk
iOS SDK for SkyWay
https://github.com/skyway/skyway-ios-sdk
Last synced: about 1 month ago
JSON representation
iOS SDK for SkyWay
- Host: GitHub
- URL: https://github.com/skyway/skyway-ios-sdk
- Owner: skyway
- License: other
- Created: 2017-09-06T01:01:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T03:39:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T00:16:38.076Z (8 months ago)
- Language: Ruby
- Size: 29.1 MB
- Stars: 37
- Watchers: 11
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## SkyWay-iOS-SDK
**これは旧SkyWayのリポジトリです。[新しいSkyWay]()への移行をご検討ください。**
**This is the old SkyWay repository. Please consider migrating to the [new SkyWay]().**
---
"SkyWay iOS SDK" is a framework that enables using SkyWay in iOS apps.
SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.### Learn more
* [Examples](https://github.com/skyway/skyway-ios-sdk/tree/master/examples)
* [Tutorial](https://webrtc.ecl.ntt.com/en/documents/ios-sdk.html#ios-sdk-tutorial)
* [API Reference](https://skyway.github.io/en/ios-reference/)### Supported OS
iOS 11+## Installation
### CocoaPods
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
```bash
$ gem install cocoapods
```To integrate SkyWay into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
platform :ios, '11.0'
use_frameworks!target '' do
pod 'SkyWay'
end
```Then, run the following command:
```bash
$ pod install
```## License
[Apache License, Version 2.0](./LICENSE.txt)
[NOTICE](./NOTICE.txt)
---
## SkyWay-iOS-SDK「SkyWay iOS SDK」はSkyWayをiOSから利用できるフレームワークです。
SkyWayは、WebRTCを利用したピア·ツー·ピアのデータ、ビデオ、オーディオ通信を簡単に実現します。### 関連リンク
* [サンプル](https://github.com/skyway/skyway-ios-sdk/tree/master/examples)
* [チュートリアル](https://webrtc.ecl.ntt.com/documents/ios-sdk.html#%E3%83%81%E3%83%A5%E3%83%BC%E3%83%88%E3%83%AA%E3%82%A2%E3%83%AB)
* [API Reference](https://skyway.github.io/ios-reference/)### 対応OS
iOS 11+## インストール
### CocoaPods
[CocoaPods](https://cocoapods.org)Cocoaの依存管理マネージャーです。 次のコマンドでインストールします。
```bash
$ gem install cocoapods
```CocoaPodsを使ってSkyWayをXcodeプロジェクトに統合するには、`Podfile`で指定します。
```ruby
platform :ios, '11.0'
use_frameworks!target '' do
pod 'SkyWay'
end
```次にこのコマンドを実行します。
```bash
$ pod install
```## License
[Apache License, Version 2.0](./LICENSE.txt)
[NOTICE](./NOTICE.txt)