Commit 9fb6b4d
File tree
4 files changed
+1797
-37
lines changed- livekit-protocol
- src
- livekit/src/room
4 files changed
+1797
-37
lines changed- .github/workflows/buildtest.yaml+1-1
- .github/workflows/generate.yaml+3-5
- .github/workflows/release.yaml+2-4
- CHANGELOG.md+40
- auth/accesstoken.go+5
- auth/accesstoken_test.go+6
- auth/grants.go+37-6
- auth/grants_test.go+73
- egress/redact.go+1
- egress/redact_test.go+4-2
- go.mod+31-27
- go.sum+65-64
- infra/link.pb.go+1-1
- livekit/livekit_agent.pb.go+21-3
- livekit/livekit_agent_dispatch.pb.go+1-1
- livekit/livekit_analytics.pb.go+7-3
- livekit/livekit_cloud_agent.pb.go+248-97
- livekit/livekit_cloud_agent.twirp.go+375-88
- livekit/livekit_egress.pb.go+35-17
- livekit/livekit_egress.twirp.go+206-203
- livekit/livekit_ingress.pb.go+1-1
- livekit/livekit_internal.pb.go+84-36
- livekit/livekit_metrics.pb.go+1-1
- livekit/livekit_models.pb.go+912-416
- livekit/livekit_phone_number.pb.go+1.0k
- livekit/livekit_phone_number.twirp.go+1.4k
- livekit/livekit_phone_number_grpc.pb.go+248
- livekit/livekit_room.pb.go+13-3
- livekit/livekit_room.twirp.go+87-87
- livekit/livekit_rtc.pb.go+615-183
- livekit/livekit_sip.pb.go+1-1
- livekit/livekit_webhook.pb.go+2-2
- livekit/sip.go+54
- livekit/types.go+87-3
- livekit/types_test.go+81
- logger/logger.go+4
- magefile.go+2-1
- observability/agentsobs/agent.go+42
- observability/agentsobs/agent_test.go+59
- observability/agentsobs/gen_reporter.go+97
- observability/agentsobs/gen_reporter_noop.go+132
- observability/agentsobs/gen_source.go+55
- observability/gatewayobs/gen_reporter.go+59
- observability/gatewayobs/gen_reporter_noop.go+83
- observability/gatewayobs/gen_source.go+9
- observability/reporter.go+12-1
- observability/roomobs/gen_reporter.go+27-51
- observability/roomobs/room.go+3-3
- package.json+9-3
- packages/javascript/CHANGELOG.md+44
- packages/javascript/package.json+2-2
- pnpm-lock.yaml+316-412
- protobufs/livekit_agent.proto+2
- protobufs/livekit_analytics.proto+2-1
- protobufs/livekit_cloud_agent.proto+14
- protobufs/livekit_egress.proto+4
- protobufs/livekit_internal.proto+8-3
- protobufs/livekit_models.proto+57-10
- protobufs/livekit_phone_number.proto+129
- protobufs/livekit_room.proto+4
- protobufs/livekit_rtc.proto+55-6
- protobufs/livekit_webhook.proto+1-1
- protobufs/rpc/io.proto+1
- protobufs/rpc/whip_signal.proto+12-12
- replay/cloud_replay.pb.go+97-249
- rpc/agent.pb.go+1-1
- rpc/agent_dispatch.pb.go+1-1
- rpc/analytics.pb.go+1-1
- rpc/egress.pb.go+1-1
- rpc/ingress.pb.go+1-1
- rpc/io.pb.go+17-8
- rpc/io.psrpc.go+109-108
- rpc/keepalive.pb.go+1-1
- rpc/participant.pb.go+1-1
- rpc/rest_signal.pb.go-576
- rpc/rest_signal.psrpc.go-362
- rpc/room.pb.go+1-1
- rpc/roommanager.pb.go+1-1
- rpc/signal.pb.go+1-1
- rpc/sip.pb.go+1-1
- rpc/typed_api.go+42-19
- rpc/whip_signal.pb.go+576
- rpc/whip_signal.psrpc.go+362
- signalling/utils.go+85
- sip/sip.go+3-22
- sip/sip_test.go+4-2
- tracer/tracer.go+34-23
- utils/guid/id.go+13-1
- utils/guid/id_test.go+5
- utils/id.go+1
- utils/retry.go+61
- webhook/consts.go+12-11
0 commit comments