Skip to content

Commit

Permalink
Update protocol and generate SIP API.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Mar 28, 2024
1 parent 9f01f47 commit 299382b
Show file tree
Hide file tree
Showing 4 changed files with 7,303 additions and 4,291 deletions.
5 changes: 3 additions & 2 deletions livekit-protocol/generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.


PROTOCOL=protocol
PROTOCOL=protocol/protobufs
OUT_RUST=src

protoc \
Expand All @@ -28,4 +28,5 @@ protoc \
$PROTOCOL/livekit_rtc.proto \
$PROTOCOL/livekit_room.proto \
$PROTOCOL/livekit_webhook.proto \
$PROTOCOL/livekit_models.proto
$PROTOCOL/livekit_sip.proto \
$PROTOCOL/livekit_models.proto
2 changes: 1 addition & 1 deletion livekit-protocol/protocol
Submodule protocol updated 104 files
Loading

0 comments on commit 299382b

Please sign in to comment.