正在显示
3 个修改的文件
包含
18 行增加
和
6 行删除
.github/banner_dark.png
0 → 100644
161.0 KB
.github/banner_light.png
0 → 100644
54.6 KB
| 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 | # Android Kotlin SDK for LiveKit | 9 | # Android Kotlin SDK for LiveKit |
| 4 | 10 | ||
| 5 | -<!--BEGIN_DESCRIPTION--> | ||
| 6 | -Official Android Client SDK for [LiveKit](https://github.com/livekit/livekit-server). Easily add | ||
| 7 | -video & audio capabilities to your Android apps. | ||
| 8 | -<!--END_DESCRIPTION--> | 11 | +<!--BEGIN_DESCRIPTION-->Use this SDK to add real-time video, audio and data features to your Android/Kotlin 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--> |
| 9 | 12 | ||
| 10 | Table of Contents | 13 | Table of Contents |
| 11 | ================= | 14 | ================= |
| @@ -232,4 +235,13 @@ protoc_platform=osx-x86_64 | @@ -232,4 +235,13 @@ protoc_platform=osx-x86_64 | ||
| 232 | 1. Download webrtc sources from https://webrtc.googlesource.com/src | 235 | 1. Download webrtc sources from https://webrtc.googlesource.com/src |
| 233 | 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder. | 236 | 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder. |
| 234 | 237 | ||
| 235 | -<!--BEGIN_REPO_NAV--><!--END_REPO_NAV--> | 238 | +<!--BEGIN_REPO_NAV--> |
| 239 | +<br/><table> | ||
| 240 | +<thead><tr><th colspan="2">LiveKit Repositories Map</th></tr></thead> | ||
| 241 | +<tbody> | ||
| 242 | +<tr><td>Core Infra</td><td><a href="https://github.com/livekit/livekit">livekit</a> · <a href="https://github.com/livekit/egress">egress</a> · <a href="https://github.com/livekit/ingress">ingress</a> · <a href="https://github.com/livekit/livekit-cli">livekit-cli</a></td></tr><tr></tr> | ||
| 243 | +<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/livekit-react">React</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS</a> · <b>Android</b> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native (beta)</a></td></tr><tr></tr> | ||
| 244 | +<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></td></tr> | ||
| 245 | +</tbody> | ||
| 246 | +</table> | ||
| 247 | +<!--END_REPO_NAV--> |
-
请 注册 或 登录 后发表评论