Skip to content

Commit

Permalink
feat: handle metadata (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Oct 2, 2023
1 parent a9da597 commit 6c64578
Show file tree
Hide file tree
Showing 11 changed files with 372 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "client-sdk-rust"]
path = client-sdk-rust
url = https://github.com/livekit/client-sdk-rust
path = rust-sdks
url = https://github.com/livekit/rust-sdks
1 change: 0 additions & 1 deletion client-sdk-rust
Submodule client-sdk-rust deleted from b968d3
2 changes: 1 addition & 1 deletion generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# This script requires protobuf-compiler and https://github.com/nipunn1313/mypy-protobuf

FFI_PROTOCOL=./client-sdk-rust/livekit-ffi/protocol
FFI_PROTOCOL=./rust-sdks/livekit-ffi/protocol
OUT_PYTHON=./livekit/_proto

protoc \
Expand Down
32 changes: 16 additions & 16 deletions livekit/_proto/ffi_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c64578

Please sign in to comment.