shiguredo / sora-ios-sdk-samples

WebRTC SFU Sora iOS SDK サンプル集

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sora iOS SDK サンプル集

このリポジトリには、 Sora iOS SDK を利用したサンプルアプリを掲載しています。実際の利用シーンに即したサンプルをご用意しておりますので、目的に応じた Sora iOS SDK の使い方を簡単に学ぶことができます。

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 をお読みください。

システム条件

このリポジトリの全てのサンプルアプリは、 Sora iOS SDK 2022.6.0 を使用しています。

  • iOS 15 以降
  • アーキテクチャ arm64 (シミュレーターの動作は未保証)
  • macOS 14.4.1 以降
  • Xcode 15.3
  • Swift 5.10
  • CocoaPods 1.15.2 以降
  • WebRTC SFU Sora 2023.2.0 以降

Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。

サンプルの紹介

VideoChatSample (ビデオチャット)

VideoChatSample (ビデオチャット)

このサンプルでは、複数人が同時に参加できるビデオチャットアプリを Sora iOS SDK を用いて実装する方法を説明しています。

DecoStreamingSample (デコ動画配信)

DecoStreamingSample (デコ動画配信)

このサンプルでは、カメラで撮影した動画をクライアントサイドで加工して動画配信するアプリを Sora iOS SDK を用いて実装する方法を説明しています。

ScreenCastSample (スクリーンキャスト)

ScreenCastSample (スクリーンキャスト)

このサンプルでは、クライアントアプリの画面を動画配信するアプリを Sora iOS SDK を用いて実装する方法を説明しています。

SimulcastSample (サイマルキャスト)

SimulcastSample (サイマルキャスト)

このサンプルでは、Sora のサイマルキャスト機能を利用するアプリを Sora iOS SDK を用いて実装する方法を説明しています。

SpotlightSample (スポットライト)

SpotlightSample (スポットライト)

このサンプルでは、Sora のスポットライト機能をを利用したアプリを Sora iOS SDK を用いて実装する方法を説明しています。

DataChannelSample (メッセージング)

DataChannelSample (メッセージング)

このサンプルでは、Sora のメッセージング機能をを利用したアプリを Sora iOS SDK を用いて実装する方法を説明しています。

ライセンス

Apache License 2.0

Copyright 2017-2018, Masashi Ono (akisute)
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 at

    http://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.

このリポジトリに含まれるすべてのアプリアイコン画像(すべての PNG 形式ファイル)のライセンスは CC BY-NC-ND 4.0 です。

About

WebRTC SFU Sora iOS SDK サンプル集

License:Apache License 2.0


Languages

Language:Swift 98.7%Language:Ruby 1.0%Language:Shell 0.3%