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
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
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
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
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
099b489990
temporarily move extension ids to avoid etcd conflict ( #1352 )
...
* temporarily move extension ids to avoid etcd conflict
see #1350
* generated protobuf
* Create three-plums-end.md
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-27 15:19:13 -08:00
renovate[bot]
fc7b4fa301
chore(deps): update actions/cache action to v5 ( #1333 )
...
* chore(deps): update actions/cache action to v5
Generated by renovateBot
* generated protobuf
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-14 22:20:19 -08:00
Benjamin Pracht
37a42281bc
Add redacted field options to egress fields ( #1286 )
...
Makes sure RPC systems that use the livekit logger wrappers do not log these fields.
This also makes indenting and spaces more consistent by using passing the file through clang-format. Happy to revert this if we want to avoid large cosmetic PRs
This also changes the go_package location for logger/options.proto to github.com/livekit/protocol/livekit/logger" since github.com/livekit/protocol/logger already exists and has some non generated go code inside.
Also add a unit test for the egress redaction. The unit test lives in github.com/livekit/protocol/livekit because protocol/livekit/sip.go imports github.com/livekit/protocol/logger, so putting the test in github.com/livekit/protocol/logger would create an import loop.
2025-11-12 13:44:21 -08:00
Raja Subramanian
99e83f9ba9
Marking width and height as not deprecated. ( #1239 )
...
* Marking width and height as not deprecated.
Those fields reflect the capture dimensions.
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-04 22:38:10 +05:30
ac
650cd08183
updating the reporter interface to include the gateway noop reporter ( #1201 )
...
* updating the reporter inteface to include the gateway noop reporter
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-10 07:56:50 -07:00
Raja Subramanian
c714707269
Protocol changes to potentially support single peer connection mode. ( #1174 )
...
* Protocol changes to potentially support single peer connection mode.
* generated protobuf
* add UseSinglePeerConnection
* generated protobuf
* sync state revert changes
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-26 13:04:47 +05:30
Raja Subramanian
ccbae8154e
Wrapped join request to indicate compression. ( #1153 )
...
* Wrapped join request to indicate compression.
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-07 16:28:28 +05:30
lukasIO
3d92d3e0b1
Add KindDetails to ParticipantInfo ( #1019 )
...
* Add cloud features enum
* Create cuddly-dryers-guess.md
* add next id
* generated protobuf
* rename to more specific KindDetail
* generated protobuf
* Update cuddly-dryers-guess.md
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-25 10:16:46 +01:00
renovate[bot]
fdd5408773
Update dependency typescript to v5.7.3 ( #939 )
...
* Update dependency typescript to v5.7.3
Generated by renovateBot
* generated protobuf
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-06 17:11:38 -06:00
Raja Subramanian
9a579a69ba
Add a nonce to data messages. ( #953 )
...
* Add a nonce to data messages.
Will be used to de-dupe messages sent via SendData API.
* generated protobuf
* comment
* generated protobuf
* add nonce to UserPacket
* generated protobuf
* 128-bit UUID as string for nonce
* generated protobuf
* UUID bytes
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-27 14:46:25 +05:30
lukasIO
afe463fe84
Rename File* related DataStream messages to Byte* ( #948 )
...
* Rename File related DataStream messages to Byte
* generated protobuf
* Add changeset
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-21 13:07:00 +01:00
Benjamin Pracht
8714744cc1
Make IngressInfo.enabled optional ( #937 )
...
To provide backward compatibility with already existing Ingresses
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-07 14:21:10 -08:00
David Zhao
2c4895fbc2
adding room configuration in SIP dispatch rule ( #923 )
...
* adding room configuration in SIP dispatch rule
* generated protobuf
* changeset
* generated protobuf
* add to io.proto
* fix imports
* generated protobuf
* pass along room preset and config details
* comment about token flow
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-25 15:59:02 -06:00
cnderrauber
bc388341b9
Check element cound in parallel execute ( #924 )
...
* Check element cound in parallel execute
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-17 09:33:17 +08:00
renovate[bot]
e0e51ac651
Update go deps ( #627 )
...
* Update go deps
Generated by renovateBot
* fix import change
* generated protobuf
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Zhao <dz@livekit.io >
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-16 01:24:00 -06:00
David Colburn
ce8ba5ab12
Krisp inbound trunk setting ( #866 )
...
* add krisp_enabled to inbound trunk info
* generated protobuf
* add to EvaluateDispatchRule
* add estimated_cpu to StartEgress
* generated protobuf
* changeset
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-22 01:14:27 -04:00
David Colburn
ef6fc8f9c7
add manifest location to egress info ( #862 )
...
* add manifest_url to egress info
* generated protobuf
* location and presigned url
* generated protobuf
* add internal cloud_backup_enabled option
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-17 15:06:02 -04:00
Paul Wells
970e76a1dc
use AgentDispatch in internal request ( #839 )
...
* use AgentDispatch in internal request
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-08 00:52:06 -07:00
David Colburn
1dd95af542
s3 session token ( #734 )
...
* s3 session token
* changeset
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-11 17:39:00 -07:00
Paul Wells
72c0789f38
allow setting min log level for logger ( #705 )
...
* allow setting min log level for logger
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-06 22:22:14 -07:00
Denys Smirnov
151d757a97
Expose Logger constructor for Zap ( #701 )
...
* Expose Logger constructor for Zap.
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-01 13:27:48 +03:00
David Colburn
e746785292
fix rpc package ( #678 )
...
* fix rpc package
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-11 14:27:17 -07:00
Denys Smirnov
1552274d8d
Accept SIP DTMF via data channel ( #630 )
...
* Accept SIP DTMF via data channel.
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-07 20:56:47 +02:00
David Colburn
e17b08e9a4
Add topics to ListActiveEgress ( #574 )
...
* add topics to ListActiveEgress
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-16 17:03:18 -08:00
renovate[bot]
00894c56f4
Update module google.golang.org/protobuf to v1.32.0 ( #556 )
...
* Update module google.golang.org/protobuf to v1.32.0
Generated by renovateBot
* generated protobuf
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-22 09:40:18 -08:00
David Zhao
873785a90b
Bump protoc version ( #506 )
...
* Bump protoc version
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-27 12:28:06 -07:00
David Colburn
da745471e8
remove deprecated rpc ( #505 )
...
* remove deprecated rpc
* generated protobuf
* update add changes path
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-26 12:48:54 -07:00
Paul Wells
f8b1277b3c
update psrpc ( #503 )
...
* update psrpc
* dep
* fix generate
2023-10-25 20:06:39 -07:00
David Colburn
197fbc31df
audio + video quality ( #499 )
...
* audio + video quality
* generated protobuf
* remove override comment
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-23 13:32:52 -07:00
Paul Wells
26c91640f8
add room psrpc interface ( #496 )
...
* add room psrpc interface
* update potos
2023-10-22 22:20:51 -07:00
David Colburn
9f0a8f87da
Participant composite ( #443 )
...
* participant composite egress
* generated protobuf
* remove composite
* generated protobuf
* export GetOutputType
* generated protobuf
* remove duplicate code
* add screenshare option
* revert psrcp
* generated protobuf
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-25 00:01:27 -07:00
Raja Subramanian
74c0ca0a5b
update psrpc ( #452 )
...
* update psrpc
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-18 12:19:39 +05:30
David Colburn
5cbcc24208
Remove deprecated egress rpc ( #426 )
...
* remove old rpc system
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-25 17:11:32 -07:00
Raja Subramanian
9d0d6c9e94
Do not update if the model does not change. ( #423 )
...
* Do not update if the model does not change.
* No need for equality function
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-15 13:58:01 +05:30
David Colburn
71d539707e
Egress request metadata ( #421 )
...
* request metadata
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-12 21:37:03 -04:00
David Colburn
7d8704997b
Add location to startEgressRequest ( #420 )
...
* add location to startEgressRequest
* generate
* generated protobuf
* psrpc 0.3.2
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-12 20:25:00 -04:00
David Colburn
0aad9fb9e7
add updatedAt to egressInfo ( #398 )
...
* add updatedAt to egressInfo
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-07 11:38:07 -07:00
Paul Wells
d8cc358109
add event observer list util ( #394 )
...
* add event observer list util
* update psrpc
* update codegen
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-05 18:22:16 -07:00
Benjamin Pracht
52cca4239c
Add Audio/Video options for passthrough ( #387 )
2023-05-25 15:57:06 -07:00
Paul Wells
c3734b9b46
add event emitter ( #379 )
...
* add director node type
* add event emitter
* add tests
* generated protobuf
* feedback
* correct require
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-14 20:42:41 -07:00
David Zhao
a68f38ce7d
Added ProtoProxy util, NumPublishers field ( #358 )
...
ProtoProxy achieves two goals:
- avoids needless regeneration of readonly protobufs
- update certain changes periodically
2023-04-22 20:25:51 -07:00
David Colburn
0975cb52f6
Update psrpc ( #354 )
...
* psrpc 0.3
* generated protobuf
* bootstrap install latest
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 12:22:04 -07:00
David Zhao
f54aaadb8c
Revamped notifier to avoid out of order delivery ( #350 )
...
Moving to a structure where each URL occupies their own delivery goroutine.
This avoids blocking of notifications to other URLs.
2023-04-15 01:04:56 -07:00