正在显示
1 个修改的文件
包含
14 行增加
和
0 行删除
livekit-android-camerax/README.md
0 → 100644
| 1 | +# CameraX support for LiveKit SDK | ||
| 2 | + | ||
| 3 | +This library provides an CameraX integration for use with the Android LiveKit SDK. This provides access to more camera functionality such as custom zoom and torch control. | ||
| 4 | + | ||
| 5 | +## Installation | ||
| 6 | + | ||
| 7 | +```groovy title="build.gradle" | ||
| 8 | +... | ||
| 9 | +dependencies { | ||
| 10 | + implementation "io.livekit:livekit-android-camerax:<current livekit sdk release>" | ||
| 11 | +} | ||
| 12 | +``` | ||
| 13 | + | ||
| 14 | +See our [release page](https://github.com/livekit/client-sdk-android/releases) for details on the current release version. |
-
请 注册 或 登录 后发表评论