WIP: start on live_kit_server
This commit is contained in:
parent
caeae38e3a
commit
5d433b1666
10 changed files with 144 additions and 75 deletions
5
crates/live_kit_server/build.rs
Normal file
5
crates/live_kit_server/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
prost_build::Config::new()
|
||||
.compile_protos(&["protocol/livekit_room.proto"], &["protocol"])
|
||||
.unwrap();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue