Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2022-12-12 19:14:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-12-12 19:14:42 +0900
Commit
ebcc2b99d0099f1f50df89cf63a023f2f2ded73d
ebcc2b99
1 parent
cb7fb356
Update README.md (#166)
* Update README.md * Add TOC
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
27 行增加
和
1 行删除
README.md
README.md
查看文件 @
ebcc2b9
...
...
@@ -3,6 +3,21 @@
Official Android Client SDK for
[
LiveKit
](
https://github.com/livekit/livekit-server
)
. Easily add
video & audio capabilities to your Android apps.
Table of Contents
=================
*
[
Docs
](
#docs
)
*
[
Installation
](
#installation
)
*
[
Usage
](
#usage
)
*
[
Permissions
](
#permissions
)
*
[
Publishing camera and microphone
](
#publishing-camera-and-microphone
)
*
[
Sharing screen
](
#sharing-screen
)
*
[
Rendering subscribed tracks
](
#rendering-subscribed-tracks
)
*
[
@FlowObservable
](
#flowobservable
)
*
[
Sample App
](
#sample-app
)
*
[
Dev Environment
](
#dev-environment
)
*
[
Optional (Dev convenience)
](
#optional-dev-convenience
)
## Docs
Docs and guides at
[
https://docs.livekit.io
](
https://docs.livekit.io
)
.
...
...
@@ -165,6 +180,8 @@ coroutineScope.launch {
## Sample App
**Note**
: If you wish to run the sample apps directly from this repo, please consult the
[
Dev Environment instructions
](
#dev-environment
)
.
We have a basic quickstart sample
app
[
here
](
https://github.com/livekit/client-sdk-android/blob/main/sample-app-basic
)
, showing how to
connect to a room, publish your device's audio/video, and display the video of one remote participant.
...
...
@@ -189,7 +206,16 @@ participant's UI.
To develop the Android SDK or running the sample app directly from this repo, you'll need:
-
Ensure the protocol submodule repo is initialized and updated with
`git submodule update --init`
-
Clone the repo to your computer
-
Ensure the protocol submodule repo is initialized and updated
```
git clone https://github.com/livekit/client-sdk-android.git
cd client-sdk-android
git submodule update --init
```
----
For those developing on Apple M1 Macs, please add below to $HOME/.gradle/gradle.properties
...
...
请
注册
或
登录
后发表评论