Skip to content

Commit

Permalink
Update readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Sep 5, 2024
1 parent 9a76200 commit 7d2a6ae
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# swift-livestream
# Livestream example app for Swift

Multi-host live streaming app built with [LiveKit Swift Components](https://github.com/livekit/components-swift).

## Features

- Host and join live streams
- Multiple hosts
- Chat with other participants
- Reactions
- Runs on iOS and macOS
- Clean, idomatic SwiftUI
- Apache 2.0, Open Source

It uses the same backend (to generate tokens, etc) provided by the [Next.js livestream example](https://github.com/livekit-examples/livestream) project.

## Screenshots

![screenshot1](https://livekit-docs.s3.amazonaws.com/github-assets/swift-livestream-1.png)
![screenshot2](https://livekit-docs.s3.amazonaws.com/github-assets/swift-livestream-2.png)
![screenshot3](https://livekit-docs.s3.amazonaws.com/github-assets/swift-livestream-3.png)

0 comments on commit 7d2a6ae

Please sign in to comment.