Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: handle metadata #69

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading