Skip to content

Commit c553977

Browse files
authored
Update README.md (#662)
1 parent b0cf56d commit c553977

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ dependencies {
5050
def livekit_version = "2.15.0"
5151
5252
implementation "io.livekit:livekit-android:$livekit_version"
53+
5354
// CameraX support with pinch to zoom, torch control, etc.
5455
implementation "io.livekit:livekit-android-camerax:$livekit_version"
5556
57+
// Track processors, such as virtual background
58+
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
59+
5660
// Snapshots of the latest development version are available at:
5761
// implementation "io.livekit:livekit-android:2.15.1-SNAPSHOT"
5862
}

0 commit comments

Comments
 (0)