Commit Graph

1362 Commits

Author SHA1 Message Date
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
shishirng
df26e8f839 update reporters (#1433) 2026-03-02 15:00:06 -05:00
Alex
cb3f4b674e Adding ability to generate predictable room names (#1426) 2026-02-27 03:31:51 -08:00
github-actions[bot]
01baf2fa16 Version Packages (#1386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@livekit/protocol@1.44.1 v1.44.1
2026-02-27 14:34:32 +08:00
Milos Pesic
d7fcc0ab41 Egress auto retry [1/N] (#1427)
* Adding retry cnt to support egress auto retry feature

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-27 00:29:04 +01:00
Paul Wells
a71190b685 remove last cloud only obs method (#1425)
* remove last cloud only obs method

* Create popular-cats-pull.md
2026-02-23 12:08:31 -08:00
Paul Wells
b409f47e4a remove cloud only methods from reporter interface (#1423)
* remove cloud only methods from reporter interface

* Create clever-gifts-live.md
2026-02-23 11:14:05 -08:00
Paul Wells
e05f7b7a61 add small stack type (#1422) 2026-02-22 21:55:51 -08:00
xianshijing-lk
b2a861dbf6 add compressed_payload field to both RpcRequest and RpcResponse (#1403)
* add compressed_payload field to both RpcRequest and RpcResponse

* adding RpcPayloadType enum

* generated protobuf

* addressed the comments

* generated protobuf

* remove the RpcPayloadFormat

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-22 16:36:04 +08:00
Paul Wells
fec0930f7d do not log sip auth field lengths (#1421)
* do not log sip auth field lengths

* generated protobuf

* Create fast-beans-deny.md

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 20:04:29 -08:00
Neil Dwyer
1002c70e0f Remove unused Private Link handler (#1420)
* Remove unused Private Link handler

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 11:24:31 -08:00
cnderrauber
be06be0487 Miss word for description of ForwardParticipant (#1418)
* Miss word for description of ForwardParticipant

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-16 19:27:48 +08:00
shishirng
1f4ae1ef36 update obs for bargein (#1415) 2026-02-15 22:52:09 +05:30
Long Chen
b3d04db215 updated protocols for text messages for http endpoints (#1407)
* updated protocols for text messages for http endpoints

* generated protobuf

* update error code

* update protocol

* flat chat items

* add changeset

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-12 14:00:33 +08:00
shreyasj-livekit
af21b22607 Add port attr to private link (#1413)
* Add port attr to private link

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 16:08:31 -05:00
shreyasj-livekit
38bfe430e1 add region fields to private link protocol (#1411)
* add region fields to private link protocol

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 15:45:00 -05:00
Benjamin Pracht
3688e156dc Redact ice server credentials in logs (#1408)
---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-10 20:23:24 -08:00
Steve Yoon
2504a42c8d add private link gateway prefix (#1409) 2026-02-10 18:30:35 -05:00
Steve Yoon
64ff3e8a9c add prefix for private link secret (#1406) 2026-02-09 13:52:38 -05:00
Neil Dwyer
c0987827b0 Introduce Private Link Protocol (#1401)
* Introduce Private Link Protocol

* Add TODO comment

* remove attachment

* generated protobuf

* more CRUD

* Agent private link prefix

* Cloud agent, not agent

* remove unused

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-09 09:49:48 -08:00
Andrew Nitu
aec2833dff Add draining field to AgentVersion (#1402)
* s

* changeset

* revert changeset

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-05 17:43:35 -08:00
xianshijing-lk
cd064b4fb1 Sxian/clt 2522/add protocol version to participant info (#1400)
* update ParticipantInfo to have a protocol_version number

* remove the optinoal field

* addressed the comments

* client_proto -> client_protocol

* update the comment

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-05 09:40:04 -08:00
Long Chen
2bb10a50a4 mark AgentSessionState snapshot and delta optional (#1399)
* mark AgentSessionState snapshot and delta optional

* generated protobuf

* use oneof and mark session_state optional in request

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-04 16:36:34 +08:00
David Colburn
28d227bae7 move storageobs to protocol (#1398) 2026-02-02 18:23:33 -05:00
David Colburn
8f1cb48e85 update reporter interface (#1397) 2026-02-02 16:06:11 -05:00
Long Chen
a63809dece add AgentSessionStateDelta for state sync (#1393)
* add AgentSessionStateDelta for state sync

* generated protobuf

* update AgentSessionState

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-02 20:29:41 +08:00
Milos Pesic
44536b2118 Make sure walking up process hierarchy happens before resource usage aggregation (#1396) 2026-01-31 02:02:26 +01:00
Benjamin Pracht
d35d87c63f Changes for ingress observability support (#1392)
- Add projectID explicitly to GetIngressInfoResponse as we cannot send it in headers on a response
- move ingressobs.Reporter to protocol
- Remove the unused KillIngressSession RPC
- Random fmt fixes by the protobuf linter included in my editor...

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-30 15:50:27 -08:00
Théo Monnom
97f05ae3b7 add can_manage_agent_session ParticipantPermission (#1390) 2026-01-30 13:55:31 -08:00
Théo Monnom
6d94a614ed add CreateSimulation grant (#1384) 2026-01-30 13:55:26 -08:00
Paul Wells
f85336ea86 update room observability codegen (#1395)
* update room observability codegen

* Create violet-kings-compare.md

* gen

* Update violet-kings-compare.md
2026-01-30 06:51:17 -08:00
Milos Pesic
f89fa20a25 Make sure memory usage is not undercounted (#1394)
Previously memory usage for CPU idle process were not counted
2026-01-30 12:17:06 +01:00
Milos Pesic
8066e6f919 Return ErrNoCursor on empty token pagination (#1391) 2026-01-29 23:58:26 +01:00
shishirng
576b2b132e Revert "update schema (#1387)" (#1389)
This reverts commit a18d9f16b8.
2026-01-29 13:45:49 -05:00
shishirng
578bb75082 add telephonycall observability (#1388)
* add telephonycall observability
* update reporter

Signed-off-by: shishir gowda <shishir@livekit.io>
2026-01-29 12:29:46 -05:00
shishirng
a18d9f16b8 update schema (#1387)
Signed-off-by: shishir gowda <shishir@livekit.io>
2026-01-29 11:40:53 -05:00
Milos Pesic
e8c32a8fc1 List ingress pagination (#1383)
* Pagination support for ListIngress API

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-28 11:30:07 +01:00
Alex
edf9ff286d Adding feature_flags field to sip requests (#1382) 2026-01-26 10:11:51 -08:00
Paul Wells
07e05c96f7 Sync schema versions (#1385)
* sync observability codegen versions

* Create wet-peaches-check.md
2026-01-23 22:54:54 -08:00
shishirng
d60e932f94 update reporter for schema change/update (#1379) 2026-01-23 08:27:05 -05:00
shishirng
9efc8eec76 update reporter interface (#1377)
Signed-off-by: shishir gowda <shishir@livekit.io>
2026-01-22 17:55:26 -05:00
Anunay Maheshwari
9d3e62e3ff move mime to new pkg (#1374) 2026-01-20 20:12:10 +05:30
Anunay Maheshwari
0914cc7465 move codecs from SFU, add helper to convert to pion type (#1373)
* move codecs from SFU, add helper to convert to pion type

* generated protobuf

* use user supplied fmtp if available, log warning if unknown combination

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-20 19:12:43 +05:30
Pablo Fuente Pérez
411803f74e Add csharp_namespace and ruby_package options to missing proto files (#1371) 2026-01-17 17:14:16 -08:00