lukasIO
c04669aee6
Separate protobufs and set up changesets publishing workflow ( #629 )
...
* Separate protobufs from module code
* update generate workflow
* install mage only
* fix paths
* generated protobuf
* fix test action
* fix cache dependency path
* setup versioning
* add golang workspace file
* delete generated files from git
* Update gitinore
* fix release workflow
* Move go code back to root
* fix working directory
* fix changeset script
* revert debug changes
* remove go cache path
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-08 10:37:35 +01:00
Paul Wells
9e82495c04
add psrpc redis keepalive ( #582 )
...
* add psrpc redis keepalive
* generated protobuf
* codegen
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-21 06:12:01 -08:00
Sean DuBois
e65cc3e9fe
Add SIP RPC ( #514 )
2023-11-13 20:25:16 -05:00
David Colburn
6d382559cf
Agents ( #511 )
...
* rebased
* regenerate
* generated protobuf
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 11:22:11 -07:00
Sean DuBois
9f01c9ed76
Add SIP Support ( #507 )
2023-11-01 23:29:23 -04: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
Paul Wells
26c91640f8
add room psrpc interface ( #496 )
...
* add room psrpc interface
* update potos
2023-10-22 22:20:51 -07:00
Paul Wells
a187ed4f54
check psrpc compiler version ( #489 )
...
* check psrpc compiler version
* fix
2023-10-03 04:11:40 -07:00
Paul Wells
eae220ae8d
add infra link service ( #474 )
...
* add infra link service
* cleanup
2023-09-17 04:19:33 -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
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
David Zhao
ac74d1e920
Periodically process webhooks queue, in case an event was not flushed ( #372 )
...
* Periodically process webhooks queue, in case an event was not flushed
* more resilient goroutines check
* added more logging
2023-05-05 16:35:07 -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
Raja Subramanian
bfe64b24ff
SubscriberAllowPause as a connection option. (#346 )
...
* `SubscriberAllowPause` as a connection option.
This allows controlling stream allocator allow pause or not decision
through a connection option.
NOTE: Thinking ahead a bit, would we allow pause or not at a track
level? We are going to do subscription priority. Maybe, we can also
allow pause or not at track level by adding it to `UpdateTrackSettings`.
Wondering if things are going to be confusing if we do that also.
I think the hierarchy would be (order of increasing precedence)
- from config
- connection option added in this PR will take effect if set
- track level allow pause config if we decide to do this (have to
make sure that we can determine that the value was explicitly set in
the protocol message vs using default value in protocol message).
* psrpc updated compile
* generated protobuf
* update bootstrap psrpc
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-13 16:08:19 +05:30
Paul Wells
c0705dbb69
Add signal relay interface ( #313 )
...
* add signal psrpc interface
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-02 18:56:09 -08:00
David Colburn
8a6b0e0562
Prevent breakage due to casting ( #301 )
...
* prevent breakage due to casting
* remove protoc version
* move old rpc systems back
* generated protobuf
* add deprecated comments
* handle new proto in SendRequest
* remove extra fields
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-15 15:59:03 -08:00
David Colburn
4a1ada9899
Move psrpc to protocol ( #300 )
...
* move psrpc to protocol
* generated protobuf
* add psrpc to proto target
* deprecate more fields
* update static check and generate
* generated protobuf
* update renovate
* use latest protoc
* psrpc 0.2.6
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-15 12:06:09 -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 Zhao
fd7cd24bac
Ingress protobufs ( #113 )
2022-04-15 00:17:40 -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
Jesse H Willett
8785fbf5c1
Moving generated Go protobuf files to match go_package ( #54 )
2021-12-08 13:58:11 -08:00
shishirng
35d468c37d
rename analytics.proto to livekit_analytics.proto ( #53 )
...
Signed-off-by: shishir gowda <shishir@livekit.io >
2021-12-07 16:32:31 -05:00
shishirng
be219082bb
Add analtyics proto and service defn ( #40 )
2021-11-10 18:34:16 -05:00
David Colburn
1ecf8e9a45
add mage test
2021-09-07 12:51:38 -07:00
David Zhao
619cad0f3a
explicit server mute request ( #17 )
2021-09-01 20:30:53 -07:00
David Colburn
94556abf61
add protos ( #15 )
...
* add protos
* simplify magefile
2021-08-27 12:53:45 -05:00