Benjamin Pracht
|
f187d838fc
|
Add AgentDispatchPrefix to guid (#757)
|
2024-07-10 19:21:40 -07:00 |
|
Paul Wells
|
d5e9f0a2f9
|
refactor guid out of utils (#730)
* refactor guid out of utils
* cleanup
|
2024-06-05 19:07:23 -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
|
e7962f4444
|
Pass additional metadata for SIP. (#696)
|
2024-04-26 13:44:03 +03:00 |
|
Paul Wells
|
524ca6a3a3
|
reduce allocations from guids (#692)
* reduce allocations from guids
* fix
* fix
* less lock thrashing
|
2024-04-21 13:07:37 -07:00 |
|
Théo Monnom
|
bc6c7ffd71
|
agents protocol proposal (#595)
* simulate-job
* generated protobuf
* wip
* job_cost
* Update livekit_agent.proto
* generated protobuf
* Update livekit_agent.proto
* generated protobuf
* Update livekit_agent.proto
* Update livekit_agent.proto
* Update livekit_agent.proto
* generated protobuf
* Update livekit_agent.proto
* renamed to pong
Co-authored-by: David Zhao <dz@livekit.io>
* Update livekit_agent.proto
* Update livekit_agent.proto
* generated protobuf
* remove job_cost & ParticipantPermission
* generated protobuf
* Update livekit_agent.proto
* generated protobuf
* wip
* generated protobuf
* generated protobuf
* Update livekit_agent.proto
* generated protobuf
* generated protobuf
* handler namespace
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Zhao <dz@livekit.io>
Co-authored-by: David Colburn <xero73@gmail.com>
|
2024-04-03 22:49:52 +02:00 |
|
David Zhao
|
766ababa37
|
Include projectID in node snapshots (#672)
* Include projectID in node snapshots
* generated protobuf
* removed project_id from event & stat
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-31 13:31:40 -07:00 |
|
Denys Smirnov
|
3bd4ca5433
|
Remove unused SIP participant APIs. (#578)
|
2024-01-24 18:38:16 +02:00 |
|
Paul Wells
|
cfc741037c
|
use shortuuid alphabet for guid encoding (#519)
|
2023-11-15 08:06:05 -08:00 |
|
Sean DuBois
|
e65cc3e9fe
|
Add SIP RPC (#514)
|
2023-11-13 20:25:16 -05:00 |
|
Paul Wells
|
02a4a42603
|
split room service (#509)
* split room service
* generated protobuf
* cleanup
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-31 21:08:27 -07:00 |
|
Benjamin Pracht
|
405389fa48
|
Support URL pull in ingress (#438)
|
2023-08-03 10:14:19 -07:00 |
|
David Zhao
|
c9e9ae555f
|
Add license headers & NOTICE (#429)
* Add license headers & NOTICE
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-07-27 16:43:25 -07:00 |
|
Benjamin Pracht
|
5cff0336ab
|
Add resourceID to IngressState (#408)
|
2023-06-28 18:50:34 -07:00 |
|
Paul Wells
|
519c96683d
|
add graph node delete method (#407)
|
2023-06-22 10:20:00 -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 |
|
Paul Wells
|
26fe70550b
|
add b62 encoding for guids (#376)
* add b62 encoding for guids
* add test
* cleanup
* cleanup
|
2023-05-12 11:59:53 -07:00 |
|
Benjamin Pracht
|
db5afb1c7f
|
Protocol support for WHIP ingress (#366)
The pion logger package was extracted from livekit-server. The err_array code is from egress.
|
2023-04-27 18:13:59 -07:00 |
|
David Zhao
|
d9b5a759b9
|
chore: shortuuid v4 (#264)
|
2022-12-23 23:31:31 -08:00 |
|
David Colburn
|
f03f3734be
|
Ingress updates (#143)
* ingress updates
* generated protobuf
* undo refactor
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2022-07-06 11:10:06 -07:00 |
|
David Colburn
|
137b876761
|
remove recording (#142)
* remove recording
* remove generated files
* generated protobuf
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2022-07-05 17:10:59 -07:00 |
|
David Colburn
|
ec6020d865
|
Egress (#92)
* egress
* generated protobuf
* remove ingress
* update egress package
* update optional enums
* generated protobuf
* updated proto
* add sent_at to start request
* generated protobuf
* default codecs
* remove extra codecs for now
* generated protobuf
* put recording back
* add connection options
* generated protobuf
* put recording back
* add sent_at and room_id
* generated protobuf
* add sent_at and room_id
* generated protobuf
* update egressInfo
* put recordingInfo back in webhooks
* egress events
* update analytics event
* egress status
* deprecate recording rpcs
* undo some changes
* key/secret -> token
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2022-02-22 00:21:29 -08:00 |
|
Mathew Kamkar
|
81dc057627
|
move node id generation into this repo (#55)
|
2021-12-10 15:41:41 -08:00 |
|
David Colburn
|
ffb5cb48d0
|
update recording response (#30)
* update recording response
* update RPC
* take responsibility of ids
|
2021-10-08 13:35:09 -05:00 |
|
David Colburn
|
1f2364dac4
|
Recording (#5)
|
2021-07-26 23:20:03 -05:00 |
|
David Zhao
|
b4b2437b4e
|
switch base62 library
|
2021-03-15 11:31:13 -07:00 |
|
David Zhao
|
e14fc4abdc
|
moved over auth and utils packages
|
2021-03-12 23:46:02 -08:00 |
|