Skip to content

Commit fe71945

Browse files
authored
Merge pull request #1 from livekit:readme-manager/update-2023-09-29
[🤖 readme-manager] Update README
2 parents 70a1930 + e895ad2 commit fe71945

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/banner_dark.png

130 KB
Loading

.github/banner_light.png

43 KB
Loading

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<!--BEGIN_BANNER_IMAGE-->
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png">
5+
<img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="https://raw.githubusercontent.com/livekit/components-swift/main/.github/banner_light.png">
6+
</picture>
27
<!--END_BANNER_IMAGE-->
38

49
# Swift Components
510

6-
<!--BEGIN_DESCRIPTION-->
7-
A description of this package.
8-
<!--END_DESCRIPTION-->
11+
<!--BEGIN_DESCRIPTION-->Use this SDK to add real-time video, audio and data features to your Swift app. By connecting to a self- or cloud-hosted <a href="https://livekit.io/">LiveKit</a> server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code.<!--END_DESCRIPTION-->
912

1013
<!--BEGIN_REPO_NAV-->
14+
<br/><table>
15+
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
16+
<tbody>
17+
<tr><td>Client SDKs</td><td><a href="https://github.com/livekit/components-js">Components</a> · <a href="https://github.com/livekit/client-sdk-js">JavaScript</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/client-sdk-rust">Rust</a> · <a href="https://github.com/livekit/client-sdk-python">Python</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity (beta)</a></td></tr><tr></tr>
18+
<tr><td>Server SDKs</td><td><a href="https://github.com/livekit/server-sdk-js">Node.js</a> · <a href="https://github.com/livekit/server-sdk-go">Golang</a> · <a href="https://github.com/livekit/server-sdk-ruby">Ruby</a> · <a href="https://github.com/livekit/server-sdk-kotlin">Java/Kotlin</a> · <a href="https://github.com/agence104/livekit-server-sdk-php">PHP (community)</a> · <a href="https://github.com/tradablebits/livekit-server-sdk-python">Python (community)</a></td></tr><tr></tr>
19+
<tr><td>Services</td><td><a href="https://github.com/livekit/livekit">Livekit server</a> · <a href="https://github.com/livekit/egress">Egress</a> · <a href="https://github.com/livekit/ingress">Ingress</a></td></tr><tr></tr>
20+
<tr><td>Resources</td><td><a href="https://docs.livekit.io">Docs</a> · <a href="https://github.com/livekit-examples">Example apps</a> · <a href="https://livekit.io/cloud">Cloud</a> · <a href="https://docs.livekit.io/oss/deployment">Self-hosting</a> · <a href="https://github.com/livekit/livekit-cli">CLI</a></td></tr>
21+
</tbody>
22+
</table>
1123
<!--END_REPO_NAV-->
1224

0 commit comments

Comments
 (0)