We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cf56d commit c553977Copy full SHA for c553977
README.md
@@ -50,9 +50,13 @@ dependencies {
50
def livekit_version = "2.15.0"
51
52
implementation "io.livekit:livekit-android:$livekit_version"
53
+
54
// CameraX support with pinch to zoom, torch control, etc.
55
implementation "io.livekit:livekit-android-camerax:$livekit_version"
56
57
+ // Track processors, such as virtual background
58
+ implementation "io.livekit:livekit-android-track-processors:$livekit_version"
59
60
// Snapshots of the latest development version are available at:
61
// implementation "io.livekit:livekit-android:2.15.1-SNAPSHOT"
62
}
0 commit comments