File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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-->
2
8
3
9
[ ![ pypi-v] ( https://img.shields.io/pypi/v/livekit.svg )] ( https://pypi.org/project/livekit/ )
4
10
@@ -33,4 +39,14 @@ async def main():
33
39
pass
34
40
```
35
41
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-->
You can’t perform that action at this time.
0 commit comments