-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade direct-ai plugin for livekit==0.9.0
- Loading branch information
1 parent
5eb5001
commit 276ab1b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rust-sdks
updated
25 files
+ − | .github/banner_dark.png | |
+ − | .github/banner_light.png | |
+1 −5 | .github/workflows/ffi-builds.yml | |
+6 −6 | .github/workflows/webrtc-builds.yml | |
+5 −140 | Cargo.lock | |
+12 −15 | README.md | |
+1 −1 | libwebrtc/src/native/peer_connection_factory.rs | |
+1 −2 | livekit-ffi/Cargo.toml | |
+11 −1 | livekit-ffi/protocol/audio_frame.proto | |
+8 −9 | livekit-ffi/protocol/ffi.proto | |
+106 −42 | livekit-ffi/protocol/video_frame.proto | |
+25 −37 | livekit-ffi/src/cabi.rs | |
+196 −1 | livekit-ffi/src/conversion/video_frame.rs | |
+253 −93 | livekit-ffi/src/livekit.proto.rs | |
+9 −8 | livekit-ffi/src/server/audio_source.rs | |
+7 −8 | livekit-ffi/src/server/audio_stream.rs | |
+0 −825 | livekit-ffi/src/server/colorcvt/cvtimpl.rs | |
+0 −575 | livekit-ffi/src/server/colorcvt/mod.rs | |
+5 −3 | livekit-ffi/src/server/logger.rs | |
+12 −31 | livekit-ffi/src/server/mod.rs | |
+269 −64 | livekit-ffi/src/server/requests.rs | |
+113 −90 | livekit-ffi/src/server/room.rs | |
+115 −10 | livekit-ffi/src/server/video_source.rs | |
+14 −25 | livekit-ffi/src/server/video_stream.rs | |
+1 −1 | webrtc-sys/build/src/lib.rs |