livekit-server-sdk 0.5.4 → 0.5.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37c0af8d011a1a96a75436dd27ce5c7b589742a2ba2d8b92783800900b77ed9a
4
- data.tar.gz: '08f6fba37c2a8caa53199222983bcc9fc68fceb21c77c9983dd5aafd64a75de5'
3
+ metadata.gz: 30b87638631ee89f1b6b2ded0ce5721cf208f78a10ff8b51a690f17ac131b916
4
+ data.tar.gz: 59e49a093e0c480ecacf1efaebe3e82bf621498de579640afe3c5f1dfc476ffd
5
5
  SHA512:
6
- metadata.gz: a56e5d01778aee68272c42385c4c201a3ea6328643086ce16f608414c44f9664f6a9e717f16c2daaea8d6e2aba26f293d0a172777d1e1555e578bb250674b484
7
- data.tar.gz: 387588e04efaf6b702d0998128ba322890093900e7d53981b5f8426e5e63968b7f010a69d29c4934dc110c4a6a83f2514503e167cfc7b56a6bad7d0d484c34eb
6
+ metadata.gz: 3c283b0bda45f3d688184fbb1d29cb43ae6135a1ea3478632acbdb8faca9dff87b3d9f62b6909477a41440cd3f3a54b480f2098d2e22dd09728f6b1989f7245c
7
+ data.tar.gz: 8685dd0d4c1f35f4999faa9b88370088102870a91929bb44b58d788ad5938a225223af09ecbefde73ac08768152e2f410caba6165d9a6d99eb8d8ea32160745d
Binary file
Binary file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- livekit-server-sdk (0.5.0)
4
+ livekit-server-sdk (0.5.3)
5
5
  google-protobuf (>= 3.21.0, < 4.0)
6
6
  jwt (>= 2.2.3, < 3.0)
7
7
  rack (>= 2.2.3, < 3.0)
@@ -17,7 +17,6 @@ GEM
17
17
  ruby2_keywords (>= 0.0.4)
18
18
  faraday-net_http (3.0.2)
19
19
  google-protobuf (3.22.2)
20
- google-protobuf (3.22.2-x86_64-linux)
21
20
  jwt (2.7.0)
22
21
  method_source (1.0.0)
23
22
  pry (0.14.2)
data/README.md CHANGED
@@ -1,6 +1,14 @@
1
+ <!--BEGIN_BANNER_IMAGE-->
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png">
4
+ <source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png">
5
+ <img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="/.github/banner_light.png">
6
+ </picture>
7
+ <!--END_BANNER_IMAGE-->
8
+
1
9
  # LiveKit Server API for Ruby
2
10
 
3
- Ruby API for server-side integrations with LiveKit. This gem provides the ability to create access tokens as well as access RoomService.
11
+ <!--BEGIN_DESCRIPTION-->Use this SDK to manage <a href="https://livekit.io/">LiveKit</a> rooms and create access tokens from your Ruby backend.<!--END_DESCRIPTION-->
4
12
 
5
13
  This library is designed to work with Ruby 2.6.0 and above.
6
14
 
@@ -122,3 +130,16 @@ You may store credentials in environment variables. If api-key or api-secret is
122
130
  ## License
123
131
 
124
132
  The gem is available as open source under the terms of Apache 2.0 License.
133
+
134
+ <!--BEGIN_REPO_NAV-->
135
+ <br/><table>
136
+ <thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
137
+ <tbody>
138
+ <tr><td>Client SDKs</td><td><a href="https://github.com/livekit/components-js">Components</a> · <a href="https://github.com/livekit/client-sdk-js">JavaScript</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/client-sdk-rust">Rust</a> · <a href="https://github.com/livekit/client-sdk-python">Python</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity (beta)</a></td></tr><tr></tr>
139
+ <tr><td>Server SDKs</td><td><a href="https://github.com/livekit/server-sdk-js">Node.js</a> · <a href="https://github.com/livekit/server-sdk-go">Golang</a> · <b>Ruby</b> · <a href="https://github.com/livekit/server-sdk-kotlin">Java/Kotlin</a> · <a href="https://github.com/agence104/livekit-server-sdk-php">PHP (community)</a> · <a href="https://github.com/tradablebits/livekit-server-sdk-python">Python (community)</a></td></tr><tr></tr>
140
+ <tr><td>Services</td><td><a href="https://github.com/livekit/livekit">Livekit server</a> · <a href="https://github.com/livekit/egress">Egress</a> · <a href="https://github.com/livekit/ingress">Ingress</a></td></tr><tr></tr>
141
+ <tr><td>Resources</td><td><a href="https://docs.livekit.io">Docs</a> · <a href="https://github.com/livekit-examples">Example apps</a> · <a href="https://livekit.io/cloud">Cloud</a> · <a href="https://docs.livekit.io/oss/deployment">Self-hosting</a> · <a href="https://github.com/livekit/livekit-cli">CLI</a></td></tr>
142
+ </tbody>
143
+ </table>
144
+ <!--END_REPO_NAV-->
145
+
@@ -108,7 +108,9 @@ module LiveKit
108
108
  # true to record only audio
109
109
  audio_only: false,
110
110
  # true to record only video
111
- video_only: false
111
+ video_only: false,
112
+ # true to await START_RECORDING chrome log
113
+ await_start_signal: false
112
114
  )
113
115
  request = Proto::WebEgressRequest.new(
114
116
  url: url,
@@ -116,6 +118,7 @@ module LiveKit
116
118
  advanced: advanced,
117
119
  audio_only: audio_only,
118
120
  video_only: video_only,
121
+ await_start_signal: await_start_signal,
119
122
  )
120
123
  self.set_output(request, output)
121
124
  self.rpc(
@@ -34,8 +34,8 @@ module LiveKit
34
34
 
35
35
  class VideoGrant
36
36
  attr_accessor :roomCreate, :roomJoin, :roomList, :roomRecord, :roomAdmin,
37
- :room, :canPublish, :canSubscribe, :canPublishData, :hidden, :recorder,
38
- :ingressAdmin
37
+ :room, :canPublish, :canPublishSources, :canSubscribe, :canPublishData,
38
+ :canUpdateOwnMetadata, :hidden, :recorder, :ingressAdmin
39
39
 
40
40
  def initialize(
41
41
  # true if can create or delete rooms
@@ -52,10 +52,14 @@ module LiveKit
52
52
  room: nil,
53
53
  # for join tokens, can participant publish, true by default
54
54
  canPublish: nil,
55
+ # TrackSource types that a participant may publish
56
+ canPublishSources: nil,
55
57
  # for join tokens, can participant subscribe, true by default
56
58
  canSubscribe: nil,
57
59
  # for join tokens, can participant publish data messages, true by default
58
60
  canPublishData: nil,
61
+ # by default, a participant is not allowed to update its own metadata
62
+ canUpdateOwnMetadata: nil,
59
63
  # if participant should remain invisible to others
60
64
  hidden: nil,
61
65
  # if participant is recording the room
@@ -70,8 +74,10 @@ module LiveKit
70
74
  @roomAdmin = roomAdmin
71
75
  @room = room
72
76
  @canPublish = canPublish
77
+ @canPublishSources = canPublishSources
73
78
  @canSubscribe = canSubscribe
74
79
  @canPublishData = canPublishData
80
+ @canUpdateOwnMetadata = canUpdateOwnMetadata
75
81
  @hidden = hidden
76
82
  @recorder = recorder
77
83
  @ingressAdmin = ingressAdmin
@@ -90,8 +96,10 @@ module LiveKit
90
96
  roomAdmin: hash["roomAdmin"],
91
97
  room: hash["room"],
92
98
  canPublish: hash["canPublish"],
99
+ canPublishSources: hash["canPublishSources"],
93
100
  canSubscribe: hash["canSubscribe"],
94
101
  canPublishData: hash["canPublishData"],
102
+ canUpdateOwnMetadata: hash["canUpdateOwnMetadata"],
95
103
  hidden: hash["hidden"],
96
104
  recorder: hash["recorder"],
97
105
  ingressAdmin: hash["ingressAdmin"]
@@ -14,7 +14,6 @@ module LiveKit
14
14
  end
15
15
 
16
16
  def create_ingress(
17
- # currently :RTMP_INPUT is the only supported type
18
17
  input_type,
19
18
  # optional, name to identify the ingress
20
19
  name: nil,
@@ -27,7 +26,11 @@ module LiveKit
27
26
  # optional, LiveKit::Proto::IngressAudioOptions
28
27
  audio: nil,
29
28
  # optional, LiveKit::Proto::IngressVideoOptions
30
- video: nil
29
+ video: nil,
30
+ # optional, whether to forward input media unprocessed, for WHIP only
31
+ bypass_transcoding: nil,
32
+ # optional, needed for ingresses of type URL, provides the URL to fetch media from
33
+ url: nil
31
34
  )
32
35
  request = Proto::CreateIngressRequest.new(
33
36
  input_type: input_type,
@@ -37,6 +40,8 @@ module LiveKit
37
40
  participant_name: participant_name,
38
41
  audio: audio,
39
42
  video: video,
43
+ bypass_transcoding: bypass_transcoding,
44
+ url: url,
40
45
  )
41
46
  self.rpc(
42
47
  :CreateIngress,
@@ -58,7 +63,9 @@ module LiveKit
58
63
  # optional, LiveKit::Proto::IngressAudioOptions
59
64
  audio: nil,
60
65
  # optional, LiveKit::Proto::IngressVideoOptions
61
- video: nil
66
+ video: nil,
67
+ # optional, whether to forward input media unprocessed, for WHIP only
68
+ bypass_transcoding: nil
62
69
  )
63
70
  request = Proto::UpdateIngressRequest.new(
64
71
  ingress_id: ingress_id,
@@ -68,6 +75,7 @@ module LiveKit
68
75
  participant_name: participant_name,
69
76
  audio: audio,
70
77
  video: video,
78
+ bypass_transcoding: bypass_transcoding,
71
79
  )
72
80
  self.rpc(
73
81
  :UpdateIngress,
@@ -30,6 +30,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
30
30
  optional :url, :string, 1
31
31
  optional :audio_only, :bool, 2
32
32
  optional :video_only, :bool, 3
33
+ optional :await_start_signal, :bool, 12
33
34
  repeated :file_outputs, :message, 9, "livekit.EncodedFileOutput"
34
35
  repeated :stream_outputs, :message, 10, "livekit.StreamOutput"
35
36
  repeated :segment_outputs, :message, 11, "livekit.SegmentedFileOutput"
@@ -172,6 +173,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
172
173
  optional :status, :enum, 3, "livekit.EgressStatus"
173
174
  optional :started_at, :int64, 10
174
175
  optional :ended_at, :int64, 11
176
+ optional :updated_at, :int64, 18
175
177
  optional :error, :string, 9
176
178
  repeated :stream_results, :message, 15, "livekit.StreamInfo"
177
179
  repeated :file_results, :message, 16, "livekit.FileInfo"
@@ -1,4 +1,4 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT.
1
+ # Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2
2
  require 'twirp'
3
3
  require_relative 'livekit_egress_pb.rb'
4
4
 
@@ -9,10 +9,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_file("livekit_ingress.proto", :syntax => :proto3) do
10
10
  add_message "livekit.CreateIngressRequest" do
11
11
  optional :input_type, :enum, 1, "livekit.IngressInput"
12
+ optional :url, :string, 9
12
13
  optional :name, :string, 2
13
14
  optional :room_name, :string, 3
14
15
  optional :participant_identity, :string, 4
15
16
  optional :participant_name, :string, 5
17
+ optional :bypass_transcoding, :bool, 8
16
18
  optional :audio, :message, 6, "livekit.IngressAudioOptions"
17
19
  optional :video, :message, 7, "livekit.IngressVideoOptions"
18
20
  end
@@ -49,6 +51,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
49
51
  optional :stream_key, :string, 3
50
52
  optional :url, :string, 4
51
53
  optional :input_type, :enum, 5, "livekit.IngressInput"
54
+ optional :bypass_transcoding, :bool, 13
52
55
  optional :audio, :message, 6, "livekit.IngressAudioOptions"
53
56
  optional :video, :message, 7, "livekit.IngressVideoOptions"
54
57
  optional :room_name, :string, 8
@@ -65,6 +68,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
65
68
  optional :room_id, :string, 5
66
69
  optional :started_at, :int64, 7
67
70
  optional :ended_at, :int64, 8
71
+ optional :resource_id, :string, 9
68
72
  repeated :tracks, :message, 6, "livekit.TrackInfo"
69
73
  end
70
74
  add_enum "livekit.IngressState.Status" do
@@ -75,12 +79,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
75
79
  end
76
80
  add_message "livekit.InputVideoState" do
77
81
  optional :mime_type, :string, 1
82
+ optional :average_bitrate, :uint32, 2
78
83
  optional :width, :uint32, 3
79
84
  optional :height, :uint32, 4
80
- optional :framerate, :uint32, 5
85
+ optional :framerate, :double, 5
81
86
  end
82
87
  add_message "livekit.InputAudioState" do
83
88
  optional :mime_type, :string, 1
89
+ optional :average_bitrate, :uint32, 2
84
90
  optional :channels, :uint32, 3
85
91
  optional :sample_rate, :uint32, 4
86
92
  end
@@ -90,11 +96,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
90
96
  optional :room_name, :string, 3
91
97
  optional :participant_identity, :string, 4
92
98
  optional :participant_name, :string, 5
99
+ proto3_optional :bypass_transcoding, :bool, 8
93
100
  optional :audio, :message, 6, "livekit.IngressAudioOptions"
94
101
  optional :video, :message, 7, "livekit.IngressVideoOptions"
95
102
  end
96
103
  add_message "livekit.ListIngressRequest" do
97
104
  optional :room_name, :string, 1
105
+ optional :ingress_id, :string, 2
98
106
  end
99
107
  add_message "livekit.ListIngressResponse" do
100
108
  repeated :items, :message, 1, "livekit.IngressInfo"
@@ -104,6 +112,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
104
112
  end
105
113
  add_enum "livekit.IngressInput" do
106
114
  value :RTMP_INPUT, 0
115
+ value :WHIP_INPUT, 1
116
+ value :URL_INPUT, 2
107
117
  end
108
118
  add_enum "livekit.IngressAudioEncodingPreset" do
109
119
  value :OPUS_STEREO_96KBPS, 0
@@ -1,4 +1,4 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT.
1
+ # Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2
2
  require 'twirp'
3
3
  require_relative 'livekit_ingress_pb.rb'
4
4
 
@@ -17,12 +17,18 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  repeated :enabled_codecs, :message, 7, "livekit.Codec"
18
18
  optional :metadata, :string, 8
19
19
  optional :num_participants, :uint32, 9
20
+ optional :num_publishers, :uint32, 11
20
21
  optional :active_recording, :bool, 10
22
+ optional :playout_delay, :message, 12, "livekit.PlayoutDelay"
21
23
  end
22
24
  add_message "livekit.Codec" do
23
25
  optional :mime, :string, 1
24
26
  optional :fmtp_line, :string, 2
25
27
  end
28
+ add_message "livekit.PlayoutDelay" do
29
+ optional :enabled, :bool, 1
30
+ optional :min, :uint32, 2
31
+ end
26
32
  add_message "livekit.ParticipantPermission" do
27
33
  optional :can_subscribe, :bool, 1
28
34
  optional :can_publish, :bool, 2
@@ -81,6 +87,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
81
87
  optional :stereo, :bool, 14
82
88
  optional :disable_red, :bool, 15
83
89
  optional :encryption, :enum, 16, "livekit.Encryption.Type"
90
+ optional :stream, :string, 17
84
91
  end
85
92
  add_message "livekit.VideoLayer" do
86
93
  optional :quality, :enum, 1, "livekit.VideoQuality"
@@ -152,6 +159,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
152
159
  value :UNITY, 6
153
160
  value :REACT_NATIVE, 7
154
161
  value :RUST, 8
162
+ value :PYTHON, 9
163
+ value :CPP, 10
155
164
  end
156
165
  add_message "livekit.ClientConfiguration" do
157
166
  optional :video, :message, 1, "livekit.VideoConfiguration"
@@ -165,6 +174,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
165
174
  end
166
175
  add_message "livekit.DisabledCodecs" do
167
176
  repeated :codecs, :message, 1, "livekit.Codec"
177
+ repeated :publish, :message, 2, "livekit.Codec"
168
178
  end
169
179
  add_message "livekit.RTPStats" do
170
180
  optional :start_time, :message, 1, "google.protobuf.Timestamp"
@@ -208,6 +218,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
208
218
  optional :last_key_frame, :message, 34, "google.protobuf.Timestamp"
209
219
  optional :layer_lock_plis, :uint32, 35
210
220
  optional :last_layer_lock_pli, :message, 36, "google.protobuf.Timestamp"
221
+ optional :sample_rate, :double, 42
222
+ optional :drift_ms, :double, 43
211
223
  end
212
224
  add_message "livekit.TimedVersion" do
213
225
  optional :unix_micro, :int64, 1
@@ -264,12 +276,17 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
264
276
  value :JOIN_FAILURE, 7
265
277
  end
266
278
  add_enum "livekit.ReconnectReason" do
267
- value :RR_UNKOWN, 0
279
+ value :RR_UNKNOWN, 0
268
280
  value :RR_SIGNAL_DISCONNECTED, 1
269
281
  value :RR_PUBLISHER_FAILED, 2
270
282
  value :RR_SUBSCRIBER_FAILED, 3
271
283
  value :RR_SWITCH_CANDIDATE, 4
272
284
  end
285
+ add_enum "livekit.SubscriptionError" do
286
+ value :SE_UNKNOWN, 0
287
+ value :SE_CODEC_UNSUPPORTED, 1
288
+ value :SE_TRACK_NOTFOUND, 2
289
+ end
273
290
  end
274
291
  end
275
292
 
@@ -277,6 +294,7 @@ module LiveKit
277
294
  module Proto
278
295
  Room = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.Room").msgclass
279
296
  Codec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.Codec").msgclass
297
+ PlayoutDelay = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.PlayoutDelay").msgclass
280
298
  ParticipantPermission = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.ParticipantPermission").msgclass
281
299
  ParticipantInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.ParticipantInfo").msgclass
282
300
  ParticipantInfo::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.ParticipantInfo.State").enummodule
@@ -309,5 +327,6 @@ module LiveKit
309
327
  ClientConfigSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.ClientConfigSetting").enummodule
310
328
  DisconnectReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.DisconnectReason").enummodule
311
329
  ReconnectReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.ReconnectReason").enummodule
330
+ SubscriptionError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("livekit.SubscriptionError").enummodule
312
331
  end
313
332
  end
@@ -1,4 +1,4 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT.
1
+ # Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2
2
  require 'twirp'
3
3
  require_relative 'livekit_models_pb.rb'
4
4
 
@@ -15,6 +15,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :node_id, :string, 4
16
16
  optional :metadata, :string, 5
17
17
  optional :egress, :message, 6, "livekit.RoomEgress"
18
+ optional :min_playout_delay, :uint32, 7
18
19
  end
19
20
  add_message "livekit.RoomEgress" do
20
21
  optional :room, :message, 1, "livekit.RoomCompositeEgressRequest"
@@ -1,4 +1,4 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT.
1
+ # Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2
2
  require 'twirp'
3
3
  require_relative 'livekit_room_pb.rb'
4
4
 
@@ -18,6 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  optional :track, :message, 8, "livekit.TrackInfo"
19
19
  optional :id, :string, 6
20
20
  optional :created_at, :int64, 7
21
+ optional :num_dropped, :int32, 11
21
22
  end
22
23
  end
23
24
  end
@@ -1,4 +1,4 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT.
1
+ # Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT.
2
2
  require 'twirp'
3
3
  require_relative 'livekit_webhook_pb.rb'
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LiveKit
4
- VERSION = "0.5.4"
4
+ VERSION = "0.5.6"
5
5
  end
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.5.4
4
+ version: 0.5.6
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: 2023-05-22 00:00:00.000000000 Z
12
+ date: 2023-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-protobuf
@@ -100,6 +100,8 @@ extensions: []
100
100
  extra_rdoc_files: []
101
101
  files:
102
102
  - ".editorconfig"
103
+ - ".github/banner_dark.png"
104
+ - ".github/banner_light.png"
103
105
  - ".github/workflows/test.yml"
104
106
  - ".gitignore"
105
107
  - ".gitmodules"
@@ -170,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
172
  - !ruby/object:Gem::Version
171
173
  version: '0'
172
174
  requirements: []
173
- rubygems_version: 3.4.6
175
+ rubygems_version: 3.4.10
174
176
  signing_key:
175
177
  specification_version: 4
176
178
  summary: LiveKit Server SDK for Ruby