Skip to content

Commit 3111107

Browse files
authored
Merge pull request #6 from livekit/readme-manager/update-2023-07-03
[🤖 readme-manager] Update README
2 parents 08923bc + 390a60a commit 3111107

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/banner_dark.png

167 KB
Loading

.github/banner_light.png

53.6 KB
Loading

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
1+
<!--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="/.github/banner_light.png">
6+
</picture>
7+
<!--END_BANNER_IMAGE-->
28

39
[![pypi-v](https://img.shields.io/pypi/v/livekit.svg)](https://pypi.org/project/livekit/)
410

@@ -33,4 +39,14 @@ async def main():
3339
pass
3440
```
3541

36-
<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->
42+
<!--BEGIN_REPO_NAV-->
43+
<br/><table>
44+
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
45+
<tbody>
46+
<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-rust">Rust</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-unity-web">Unity (web)</a> · <b>Python</b> · <a href="https://github.com/livekit/client-sdk-react-native">React Native (beta)</a></td></tr><tr></tr>
47+
<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>
48+
<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>
49+
<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>
50+
</tbody>
51+
</table>
52+
<!--END_REPO_NAV-->

0 commit comments

Comments
 (0)