Skip to content

Commit 6c64578

Browse files
authored
feat: handle metadata (#69)
1 parent a9da597 commit 6c64578

File tree

11 files changed

+372
-124
lines changed

11 files changed

+372
-124
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "client-sdk-rust"]
2-
path = client-sdk-rust
3-
url = https://github.com/livekit/client-sdk-rust
2+
path = rust-sdks
3+
url = https://github.com/livekit/rust-sdks

client-sdk-rust

Lines changed: 0 additions & 1 deletion
This file was deleted.

generate_proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

19-
FFI_PROTOCOL=./client-sdk-rust/livekit-ffi/protocol
19+
FFI_PROTOCOL=./rust-sdks/livekit-ffi/protocol
2020
OUT_PYTHON=./livekit/_proto
2121

2222
protoc \

livekit/_proto/ffi_pb2.py

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)