-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c01a579
commit 5c0b932
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protocol
updated
31 files
+5 −0 | .changeset/orange-boxes-sit.md | |
+6 −0 | .changeset/shaggy-owls-sell.md | |
+0 −2 | .idea/.gitignore | |
+0 −31 | agent/token.go | |
+1 −0 | go.mod | |
+2 −0 | go.sum | |
+247 −886 | livekit/livekit_agent.pb.go | |
+226 −203 | livekit/livekit_analytics.pb.go | |
+284 −294 | livekit/livekit_models.pb.go | |
+64 −53 | livekit/livekit_sip.pb.go | |
+58 −57 | livekit/livekit_sip.twirp.go | |
+9 −2 | livekit/types.go | |
+2 −0 | logger/logger.go | |
+102 −0 | logger/slog.go | |
+10 −73 | protobufs/livekit_agent.proto | |
+7 −3 | protobufs/livekit_analytics.proto | |
+0 −1 | protobufs/livekit_models.proto | |
+3 −0 | protobufs/livekit_sip.proto | |
+4 −11 | protobufs/rpc/agent.proto | |
+3 −0 | protobufs/rpc/sip.proto | |
+31 −43 | rpc/agent.pb.go | |
+39 −41 | rpc/agent.psrpc.go | |
+1 −1 | rpc/egress_client.go | |
+1 −1 | rpc/ingress_client.go | |
+34 −22 | rpc/sip.pb.go | |
+26 −25 | rpc/sip.psrpc.go | |
+14 −14 | rpc/typed_api.go | |
+57 −0 | utils/hedge.go | |
+27 −0 | utils/hedge_test.go | |
+1 −3 | utils/id.go | |
+0 −52 | utils/promise.go |