继续操作前请注册或者登录。
davidliu
Committed by GitHub

Create README.md for camerax lib

  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.