正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -50,9 +50,13 @@ dependencies { | @@ -50,9 +50,13 @@ dependencies { | ||
| 50 | def livekit_version = "2.15.0" | 50 | def livekit_version = "2.15.0" |
| 51 | 51 | ||
| 52 | implementation "io.livekit:livekit-android:$livekit_version" | 52 | implementation "io.livekit:livekit-android:$livekit_version" |
| 53 | + | ||
| 53 | // CameraX support with pinch to zoom, torch control, etc. | 54 | // CameraX support with pinch to zoom, torch control, etc. |
| 54 | implementation "io.livekit:livekit-android-camerax:$livekit_version" | 55 | implementation "io.livekit:livekit-android-camerax:$livekit_version" |
| 55 | 56 | ||
| 57 | + // Track processors, such as virtual background | ||
| 58 | + implementation "io.livekit:livekit-android-track-processors:$livekit_version" | ||
| 59 | + | ||
| 56 | // Snapshots of the latest development version are available at: | 60 | // Snapshots of the latest development version are available at: |
| 57 | // implementation "io.livekit:livekit-android:2.15.1-SNAPSHOT" | 61 | // implementation "io.livekit:livekit-android:2.15.1-SNAPSHOT" |
| 58 | } | 62 | } |
-
请 注册 或 登录 后发表评论