An open API service indexing awesome lists of open source software.

https://github.com/sendbird/sendbird-live-sample-ios

iOS general sample for Sendbird Live, guiding you to build a real-time massive steaming event quickly and easily.
https://github.com/sendbird/sendbird-live-sample-ios

api-for-live bard broadcast chatbot-api chatgpt communications-platform conversation ios-sdk live-event live-sdk live-streaming llama2 messaging-platform palm2 rtc streaming swift-sdk voip webrtc

Last synced: about 1 month ago
JSON representation

iOS general sample for Sendbird Live, guiding you to build a real-time massive steaming event quickly and easily.

Awesome Lists containing this project

README

        

# [Sendbird Live](https://sendbird.com/docs/live) Sample for iOS

[![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)](https://github.com/sendbird/sendbird-live-sample-ios)
[![Language](https://img.shields.io/badge/Language-Swift-orange.svg)](https://github.com/sendbird/sendbird-live-sample-ios)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This repository provides a working sample of Live Event Streaming using Sendbird Live SDK.

In this repository, you can find implementation guide for `audio` and `video` live event types.

### Video Live
To see the video live event sample, open the `VideoLive.xcodeproj` file.

### Audio Live
To see the audio-only live event sample, open the `AudioOnlyLive.xcodeproj` file.

---

To learn more about Sendbird Live, please visit our [docs page](https://sendbird.com/docs/live/sdk/v1/ios/getting-started/start-your-first-live).