正在显示
3 个修改的文件
包含
15 行增加
和
12 行删除
| 1 | <!--BEGIN_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 | + |
| 3 | +<picture> | ||
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png"> | ||
| 5 | + <source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png"> | ||
| 6 | + <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/client-sdk-android/main/.github/banner_light.png"> | ||
| 7 | +</picture> | ||
| 8 | + | ||
| 9 | +<!--END_BANNER_IMAGE--> | ||
| 8 | 10 | ||
| 9 | # Android Kotlin SDK for LiveKit | 11 | # Android Kotlin SDK for LiveKit |
| 10 | 12 | ||
| 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--> | 13 | +<!--BEGIN_DESCRIPTION--> |
| 14 | +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. | ||
| 15 | +<!--END_DESCRIPTION--> | ||
| 12 | 16 | ||
| 13 | # Table of Contents | 17 | # Table of Contents |
| 14 | 18 | ||
| @@ -263,14 +267,13 @@ protoc_platform=osx-x86_64 | @@ -263,14 +267,13 @@ protoc_platform=osx-x86_64 | ||
| 263 | 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder. | 267 | 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder. |
| 264 | 268 | ||
| 265 | <!--BEGIN_REPO_NAV--> | 269 | <!--BEGIN_REPO_NAV--> |
| 266 | - | ||
| 267 | <br/><table> | 270 | <br/><table> |
| 268 | - | ||
| 269 | <thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead> | 271 | <thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead> |
| 270 | <tbody> | 272 | <tbody> |
| 271 | -<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> · <b>Android</b> · <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> | ||
| 272 | -<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> | ||
| 273 | -<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> | 273 | +<tr><td>Real-time SDKs</td><td><a href="https://github.com/livekit/components-js">React 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> · <b>Android</b> · <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> |
| 274 | +<tr><td>Server APIs</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/livekit/client-sdk-python">Python</a> · <a href="https://github.com/livekit/client-sdk-rust">Rust</a> · <a href="https://github.com/agence104/livekit-server-sdk-php">PHP (community)</a></td></tr><tr></tr> | ||
| 275 | +<tr><td>Agents Frameworks</td><td><a href="https://github.com/livekit/agents">Python</a> · <a href="https://github.com/livekit/agent-playground">Playground</a></td></tr><tr></tr> | ||
| 276 | +<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> · <a href="https://github.com/livekit/sip">SIP</a></td></tr><tr></tr> | ||
| 274 | <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> | 277 | <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> |
| 275 | </tbody> | 278 | </tbody> |
| 276 | </table> | 279 | </table> |
-
请 注册 或 登录 后发表评论