Commit Graph

1240 Commits

Author SHA1 Message Date
Tobias Fried
ea7ec44ada chore: rename agent reporter fn (#1121) 2025-06-26 10:59:22 -06:00
Nishad
256d969480 Adding a new filed in the SipCall message to store the SIP call id (#1119)
* Adding a new filed in the SipCall message to store the SIP protocol generated call id.
This can be used in the sip code base whenever the sip call id needs to be fetched at a later stage

* generated protobuf

* adding changeset

* Ensuring that the generated protobufs from replay folder are also added to the CI commit

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-25 17:16:05 -07:00
Steve Yoon
e3c136ec3d feat: generate analytics interfaces for agents obs (#1102)
* generate schema for cloud-agents

* add agents to reporter interface

* feat(obs): add agent obs helpers

* update cpu/mem to int64

* add resource limits

* add agent sdk version

* add agent worker state

* use anyLast instead of avg for cpu/mem

---------

Co-authored-by: rektdeckard <friedtm@gmail.com>
2025-06-25 12:02:47 -06:00
github-actions[bot]
7276243574 Version Packages (#1109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.39.3 v1.39.3
2025-06-25 06:32:00 -07:00
Paul Wells
766efae532 normalize common os names (#1118)
* normalize common os names

* Create lemon-yaks-rescue.md

* update schema
2025-06-23 14:33:04 -07:00
lukasIO
c18f054805 Override minimatch version (#1114)
* override minimatch version

* fix pnpm workflow
2025-06-23 09:31:09 +02:00
Paul Wells
cbd3f74a2e add close to reporter interface (#1117) 2025-06-21 09:48:07 -07:00
Nishad
cbe6299a84 Revert "Move uploader code from Egress (#1108)" (#1116)
This reverts commit 6871633f90.
2025-06-20 14:54:55 -07:00
Dan McFaul
022f52ebc5 add cpu and memory limit to the agent deployment info (#1115)
* add the cpu and memory limit to the agent deployment info

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-20 15:02:32 -06:00
renovate[bot]
d56c691fe6 chore(deps): update npm deps (#1090)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-20 17:38:12 +02:00
Jacob Gelman
a8a7c84b2b Add client info case for ESP32 (#1113)
* Add client info enum value for ESP32

* Generate proto

* Changeset
2025-06-19 08:37:18 +10:00
Paul Wells
871243c790 add exponential backoff utility (#1112)
* add exponential backoff utility

* unwrap
2025-06-18 05:11:28 -07:00
Tobias Fried
c32731d9f5 chore: add workerid to jobstate (#1110)
* chore: add workerid to jobstate

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-16 14:55:41 -06:00
Benjamin Pracht
6871633f90 Move uploader code from Egress (#1108) 2025-06-13 19:32:18 -07:00
Raja Subramanian
7b9c3ae9e3 Store rid along with video layer. (#1107)
* Store rid along with video layer.

Makes the mapping easier to access.

* generated protobuf

* store spatial layer also

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 18:05:14 -07:00
github-actions[bot]
e038e79445 Version Packages (#1106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.39.2 v1.39.2
2025-06-12 22:07:37 +02:00
lukasIO
de4c760d0e Add id field to SessionDescription message (#1105)
* Add id field to SessionDescription message

* generated protobuf

* Create tricky-worms-sleep.md

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 18:22:13 +02:00
Raja Subramanian
821e6560db SDP utilities to get simulcast RIDs and media stream track. (#1104)
* SDP utilities to get simulcast RIDs and media stream track.

Some slight variations from this PR (https://github.com/livekit/protocol/pull/1018)

* test
2025-06-11 19:16:23 -07:00
Paul Wells
8fb09eb077 fix panic creating value for interface (#1103)
* fix panic creating value for interface

* tidy

* test
2025-06-10 22:38:25 -07:00
github-actions[bot]
3918986b03 Version Packages (#1093)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.39.1 v1.39.1
2025-06-11 12:04:56 +08:00
Nishad
31c2c88286 Detailed responses in trunk iter (#1101)
* Detailed responses in trunk iter
    This will help discern between cases when
1. No trunks are configured
2. Trunks are configured but none matched.(This can happen when there is no default trunk)
3. There is a default trunk that got applied
4. A specific trunk matched

* Dropping the Iter from the function name

* Adding changeset
2025-06-10 15:07:42 -07:00
cnderrauber
4ba773363c e2e reliability for data channel (#1099)
* e2e reliability for data channel

* space

* generated protobuf

* changset

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-10 10:04:55 +08:00
Paul Wells
8af5761cac add observability interface (#1100) 2025-06-09 07:35:27 -07:00
Raja Subramanian
a3f43340ec Use custom histogram buckets. (#1098)
Setting 4 buckets with exponential in range 1, 100 meant the boundaries
were at 1, 4.64, 21.53, 100. Because of that, the p99 looked
misleadingly large.
2025-06-07 23:01:33 -07:00
David Zhao
299737ae4d ensure access token do not contain sensitive credentials (#1097)
* ensure access token do not contain sensitive credentials

* changeset
2025-06-06 22:36:06 -07:00
Raja Subramanian
7b3cb6db8d Log qLen when processing webhook. (#1096) 2025-06-05 18:37:05 -07:00
Raja Subramanian
2227c44329 Add prom metrics for webhook dispatch. (#1095)
* Add prom metrics for webhook dispatch.

1. success/failure/drop counter.
2. queue length histogram.
   - doing this only for resource_url_notifier which does a per room
     queue as queue length is easily available. This is the one
     currently in use.
   - worker pool based notifier will need a change in `core` package to
     return a queue length when enqueuing.

* promauto goodness
2025-06-04 13:57:15 -07:00
Denys Smirnov
c8f416a2e6 Do not import testing in the package context. (#1079) 2025-06-04 12:12:46 +03:00
Raja Subramanian
3ea1acd38b WHIP internal signalling to be able to support WHIP in OSS. (#1091)
* WHIP internal signalling to be able to support WHIP in OSS.

* generated protobuf

* Create wicked-numbers-warn.md

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-03 08:13:35 -07:00
Raja Subramanian
d8f6ff55bb Webhook events stale after 30 seconds by default (#1092) 2025-06-03 02:55:53 -07:00
Steve Yoon
5421d08102 Deprecate resource fields for cloud-agents (#1089)
* deprecate hosted agent fields

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-02 17:51:22 -04:00
github-actions[bot]
8dee9df237 Version Packages (#1067)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.39.0 v1.39.0
2025-05-26 19:02:56 -07:00
Paul Wells
06e66743c8 add terminate to agent AvailabilityResponse (#1088)
* add terminate to agent AvailabilityResponse

* generated protobuf

* Create cold-buckets-press.md

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-26 11:45:32 -07:00
Benjamin Pracht
fa4bb37c0c Allow updating trunk destination country (#1087)
---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-23 10:06:57 -07:00
Benjamin Pracht
0e51bd404a Add destination_country field to CreateSIPParticipant (#1084)
---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21 16:44:04 -07:00
Denys Smirnov
573c85baf3 Add a MEDIA_FAILURE disconnect reason. (#1085)
* Add a MEDIA_FAILURE disconnect reason.

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21 15:58:55 +03:00
Mathew Kamkar
edc49fcefc update esbuild and babel (#1081) 2025-05-19 11:37:50 -07:00
cnderrauber
53d1afe260 Add ServerInfo to ReconnectResponse (#1082)
* Add ServerInfo to ReconnectResponse

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-19 10:16:05 +08:00
renovate[bot]
a208303185 fix(deps): update npm deps (#995)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-17 21:26:05 -07:00
Mathew Kamkar
c202ac3a90 update all go and node deps (#1080) 2025-05-16 15:58:06 -07:00
Dan McFaul
77b7c44692 rename hosted to cloud agent (#1078) 2025-05-15 15:20:43 -06:00
Dan McFaul
bab93a50df create guids for hosted agent workers (#1074) 2025-05-15 13:02:37 -06:00
Paul Wells
c442e9709a remove agent token (#1077)
* remove agent token

* Create cyan-coins-judge.md
2025-05-15 10:13:58 -07:00
Paul Wells
2b00a15c76 add agent jwt helper (#1075)
* add agent jwt helper

* Create chatty-apples-float.md

* tidy

* tidy

* tidy

* tidy

* tidy

* convert keys to jsonwebkey
2025-05-15 08:16:18 -07:00
Benjamin Pracht
3ee2664416 Fix SIP Transfer analytics (#1072)
---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-14 08:53:17 -07:00
Raja Subramanian
5cd9017156 Deffered logger control interface (#1073)
* Deffered logger control interface

* add test

* return no-op deferrer
2025-05-14 17:52:19 +05:30
dependabot[bot]
13a3168da6 Bump golang.org/x/crypto from 0.32.0 to 0.35.0 (#1071)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 12:08:41 -07:00
Paul Wells
e56b82911f merge deferred log fields (#1070)
* merge deferred log fields

* tidy

* Create angry-seas-beg.md
2025-05-12 06:57:53 -07:00
Paul Wells
f8ea817987 update psrpc for license (#1069) 2025-05-10 22:34:29 -07:00
Paul Wells
eb5e002fe0 update mageutil for license (#1068)
* update mageutil for license

* test timing

* test timing

* Create five-pumas-love.md
2025-05-10 22:13:27 -07:00