Commit Graph

1405 Commits

Author SHA1 Message Date
github-actions[bot]
21edaeb04e Version Packages (#1463)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.45.2 v1.45.2
2026-04-07 14:46:10 -07:00
shreyasj-livekit
e6cb78a2cc Add connection_endpoint to PrivateLink response (#1484) 2026-04-07 14:18:26 -07:00
Paul Wells
b22f9636d5 update observability codegen (#1482)
* update observability codegen

* avoid conflict
2026-04-07 08:18:48 -07:00
David Colburn
785d3bfaa1 update egress obsrv (#1481) 2026-04-04 21:18:22 +09:00
shreyasj-livekit
218b0d450b Add approved private link status enum (#1480) 2026-04-03 19:33:49 -04:00
shreyasj-livekit
756a0a7cb7 Add explicit private link health statuses and reason (#1476) 2026-04-03 15:57:37 -04:00
Théo Monnom
8a360e8d02 rename AgentGrant.CreateSimulation to SimulationAdmin (#1478) 2026-04-03 08:18:49 -07:00
renovate[bot]
442c64dfa2 fix(deps): update module github.com/go-jose/go-jose/v3 to v3.0.5 [security] (#1479)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-02 23:34:05 -07:00
Paul Wells
2f77f28ac9 add helpers for room tags (#1475)
* add helpers for room tags

* typo

* tidy
2026-04-02 13:44:56 -07:00
Paul Wells
ad151b26a4 add room name and start time to agent MetricsRecordingHeader (#1474)
* add room name and start time to agent MetricsRecordingHeader

* generated protobuf

* Update MetricsRecordingHeader in changeset

Add room name and start time to MetricsRecordingHeader.

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-02 11:14:21 -07:00
Paul Wells
f3f2ad6070 update room observability for tags (#1465)
* update room observability for tags

* tidy
2026-04-02 02:08:05 -07:00
Paul Wells
b9e7f5f683 fix go ci (#1473)
* fix go ci

* lint ignore syntax

* better linter

* tidy
2026-04-02 01:57:36 -07:00
lukasIO
5018dc7586 Pin gh actions (#1472)
* Pin gh actions

* min release age
2026-03-31 14:31:06 +02:00
Benjamin Pracht
a9e1164f9a Observability update (#1471) 2026-03-30 12:18:23 -07:00
Anunay Maheshwari
4fe5c0ec02 feat(agent-dispatch): add job restart policy (#1470)
* feat(agent-dispatch): add job restart policy

* enum prefix

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-27 21:22:06 +05:30
Brandon Cole
eb84bf4ee2 Changing telephony observability names for consistency (#1469)
* Changing telephony observability names for consistency

* Remove old observability interfaces.
2026-03-26 16:30:59 -04:00
David Colburn
976c551920 include egressID with egressReady (#1468)
* include egressID with egressReady

* generated protobuf

* remove empty import

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 20:58:05 +09:00
David Colburn
11edc941f2 add egress -> replay rpc to coordinate export (#1467)
* add egress -> replay rpc to coordinate export

* generated protobuf

* single server + topic name

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 17:55:52 +09:00
David Colburn
7558ba4c26 comment out EgressInfo_Egress, move replay to livekit package (#1466)
* comment out EgressInfo_Egress

* move replay to livekit package

* generated protobuf

* update magefile

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 15:53:50 +09:00
David Colburn
45d9420eb8 Egress v2 (#1454)
* egress v2

* generated protobuf

* undo deprecations

* generated protobuf

* deprecate unused quality fields

* generated protobuf

* remove mcap related fields for now

* generated protobuf

* update psrpc handler

* generated protobuf

* aliOss -> aliOSS

* generated protobuf

* update helpers

* replay only

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 15:03:47 +09:00
Théo Monnom
00010b6164 add tags to RoomConfiguration (#1464)
* add tags to RoomConfiguration

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-23 22:13:23 -07:00
sohbit
39cec6662c feat(rpc/room): add ListParticipants and GetParticipant (#1459)
* feat(rpc/room): add `ListParticipants` and `GetParticipant`

Add `ListParticipants` and `GetParticipant` RPCs to the `Room` PSRPC service,
following the same topic-based routing pattern as:

- `DeleteRoom`,
- `SendData`,
- and `UpdateRoomMetadata`.

These are needed so the livekit server can route participant read operations to the authoritative
RTC node instead of reading from eventually-consistent Redis.

No breaking changes for existing `UnimplementedRoomServer` embedders
(new methods have default stubs).

* Add ListParticipants and GetParticipant features
2026-03-23 15:50:17 -07:00
David Chen
c5536cb98c add frame_id packet trailer feature (#1453)
* add frame_id packet trailer feature

* generated protobuf

* adding changeset

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-23 14:00:51 -07:00
Tyler Barrus
ed14279f6c update telephony-call (#1460) 2026-03-20 23:00:35 -07:00
github-actions[bot]
26a1fc2f8b Version Packages (#1441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.45.1 v1.45.1
2026-03-18 11:13:04 +01:00
Paul Wells
f734574de3 export discard logger (#1457)
* export discard logger

* Create shiny-coins-relate.md
2026-03-17 18:45:59 -07:00
Alex
623dc9e1e3 Dropping sip affinity use (#1456) 2026-03-17 13:42:21 -07:00
Théo Monnom
96071664a4 add livekit_agent_simulation service, agent remote session proto & cli dev proto (#1404) 2026-03-17 13:24:27 -07:00
Anunay Maheshwari
1834b48ad7 fix(connector): update error codes, add new error type (#1455) 2026-03-17 02:21:28 +05:30
Paul Wells
eeefaec66e Rename log field pID to participantID (#1452)
* Rename log field "pID" to "participantID" for consistency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add @livekit/protocol and rename pID to participantID

Updated changeset to include @livekit/protocol and renamed log field.

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 04:30:57 -07:00
Paul Wells
48d85c2066 normalize protobuf "id" log field names (#1451)
* normalize protobuf "id" log field names

* Update changeset for '@livekit/protocol' patch

Updated the changeset to include a patch for '@livekit/protocol' and normalize protobuf 'id' log field names.

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-15 04:06:59 -07:00
Nishad
163370d28f add created_at and updated_at to SIP trunk and dispatch rule protos (#1450)
* add created_at and updated_at to SIP trunk and dispatch rule protos

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-12 15:10:27 -07:00
Paul Wells
1fedefa98b add generic list type (#1449)
* add generic list type

* Create chilled-rivers-dream.md
2026-03-11 21:39:43 -07:00
Neil Dwyer
29e8871d12 Endpoint in the PL creation message (#1448)
* Endpoint in the PL creation message

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-11 14:23:54 -07:00
Neil Dwyer
2343561bb0 [Private Link] Use generic endpoint instead of cloud-specific config (#1447)
* [Private Link] Use generic endpoint instead of cloud-specific configuration

* fix deprecated

* fix

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-11 11:45:45 -07:00
Denys Smirnov
2249c636c0 Allow sips: scheme in transfer URIs. (#1446) 2026-03-10 11:07:00 +02:00
Paul Wells
ad12ca0874 fix flaky tests (#1445)
* fix flaky test

* Create grumpy-pigs-hammer.md

* fix rate limiter test

* update rate limiter test harness
2026-03-07 02:51:39 -08:00
Paul Wells
fbb37e15ba require logger name (#1444)
* require logger name

* Create long-seals-sleep.md
2026-03-06 16:13:40 -08:00
He Chen
8d130a7700 TEL-405: support originating calls from custom domains (#1440)
* TEL-405: support originating calls from custom domains
2026-03-06 11:55:37 -08:00
Benjamin Pracht
3241c3b410 Store per sub-process memory stats for debugging @biglittlebigben biglittlebigben committed 25 minutes ago (#1443)
Also some refactoring to allow easier unit testing
2026-03-06 10:09:50 -08:00
Tyler Barrus
1ab9b31341 update gateway reporter (#1442) 2026-03-05 16:25:49 -05:00
Paul Wells
847cc2fb5d encode monotonic time in wall clock (#1439)
* encode monotonic time in wall clock

* Create mighty-beans-taste.md
2026-03-05 10:16:52 -08:00
Tyler Barrus
5c53fbfb8d add core call observability (#1437) 2026-03-04 13:57:01 -05:00
github-actions[bot]
a09c9a30bc Version Packages (#1430)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.45.0 v1.45.0
2026-03-04 10:35:17 -08:00
David Chen
c956ff78d5 adding changeset (#1438) 2026-03-04 10:28:37 -08:00
David Chen
789b8867ab Add PacketTrailerFeature to TrackInfo & AddTrackRequest messages (#1428)
* add `PacketTrailerFeature` repeated field to TrackInfo & AddTrackRequest to indicate whether a track has user timestamp custom trailers attached.  This will be used by the SFU to strip the trailer from being sent to clients that do not support it.

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-04 09:43:59 -08:00
Théo Monnom
bb5cf392b3 add AGENT_ERROR disconnect reason (#1434) 2026-03-03 22:42:24 -08:00
Paul Wells
53c451436e move out connector protos (#1429)
* move out connector protos

* generated protobuf

* Create orange-planes-roll.md

* generate

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-03 19:14:11 -08:00
Anunay Maheshwari
44ad100112 feat(whatsapp-connector): ringing timeout and wait until answered (#1435)
* feat(whatsapp-connector): ringing timeout and wait until answered

* fix: imports

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-03 18:33:25 +05:30
Benjamin Pracht
aa124c1697 Update egress reporter andd OTEL SDK (#1416) 2026-03-02 16:06:12 -08:00