Jonas Schell
Committed by GitHub

readme manager initial setup (#209)

* readme manager initial setup

This PR makes the README ready to be managed by the readme manager. It adds custom comment tags to the readme, which are invisible when the README is rendered, but tell the readme manager where to insert and update content.

* Update README.md
正在显示 1 个修改的文件 包含 6 行增加0 行删除
  1 +<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
  2 +
1 # Android Kotlin SDK for LiveKit 3 # Android Kotlin SDK for LiveKit
2 4
  5 +<!--BEGIN_DESCRIPTION-->
3 Official Android Client SDK for [LiveKit](https://github.com/livekit/livekit-server). Easily add 6 Official Android Client SDK for [LiveKit](https://github.com/livekit/livekit-server). Easily add
4 video & audio capabilities to your Android apps. 7 video & audio capabilities to your Android apps.
  8 +<!--END_DESCRIPTION-->
5 9
6 Table of Contents 10 Table of Contents
7 ================= 11 =================
@@ -227,3 +231,5 @@ protoc_platform=osx-x86_64 @@ -227,3 +231,5 @@ protoc_platform=osx-x86_64
227 231
228 1. Download webrtc sources from https://webrtc.googlesource.com/src 232 1. Download webrtc sources from https://webrtc.googlesource.com/src
229 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder. 233 2. Add sources to Android Studio by pointing at the `webrtc/sdk/android` folder.
  234 +
  235 +<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->