livekit-server-sdk 0.7.0 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/livekit.rb CHANGED
@@ -11,3 +11,5 @@ $LOAD_PATH.unshift(File.expand_path("livekit/proto", __dir__))
11
11
  require "livekit/room_service_client"
12
12
  require "livekit/egress_service_client"
13
13
  require "livekit/ingress_service_client"
14
+ require "livekit/sip_service_client"
15
+ require "livekit/agent_dispatch_service_client"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livekit-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omri Gabay
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-08-16 00:00:00.000000000 Z
12
+ date: 2025-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-protobuf
@@ -129,6 +129,7 @@ files:
129
129
  - bin/yri
130
130
  - lib/livekit.rb
131
131
  - lib/livekit/access_token.rb
132
+ - lib/livekit/agent_dispatch_service_client.rb
132
133
  - lib/livekit/auth_mixin.rb
133
134
  - lib/livekit/egress_service_client.rb
134
135
  - lib/livekit/grants.rb
@@ -141,6 +142,8 @@ files:
141
142
  - lib/livekit/proto/livekit_egress_twirp.rb
142
143
  - lib/livekit/proto/livekit_ingress_pb.rb
143
144
  - lib/livekit/proto/livekit_ingress_twirp.rb
145
+ - lib/livekit/proto/livekit_metrics_pb.rb
146
+ - lib/livekit/proto/livekit_metrics_twirp.rb
144
147
  - lib/livekit/proto/livekit_models_pb.rb
145
148
  - lib/livekit/proto/livekit_models_twirp.rb
146
149
  - lib/livekit/proto/livekit_room_pb.rb
@@ -150,6 +153,7 @@ files:
150
153
  - lib/livekit/proto/livekit_webhook_pb.rb
151
154
  - lib/livekit/proto/livekit_webhook_twirp.rb
152
155
  - lib/livekit/room_service_client.rb
156
+ - lib/livekit/sip_service_client.rb
153
157
  - lib/livekit/token_verifier.rb
154
158
  - lib/livekit/utils.rb
155
159
  - lib/livekit/version.rb