kaltura-client 18.2.0 → 18.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e933fdf1a313341b0597c61643c7438d7a85905b888427ab720053d12e3f65
4
- data.tar.gz: 5bbc3183abf106fa0d617a75eb04636427162b280fd7067288567d2be224f479
3
+ metadata.gz: 1a482098a8479c9b6e3d8808243a8d158abcfda9f85f213f58696ee6b5c072be
4
+ data.tar.gz: 8c99eb797974981b8a575b6f3d5fb61f631fe87bfb9c89b6356f99044226a18e
5
5
  SHA512:
6
- metadata.gz: 125431f44846779616b41b956942682df0d4dc82e51c94effa72a2ba40d6c8a447d154b9cc41999f4852e282dd0ca4bf1e0fac5de7360d11ddb965bc5416d0d4
7
- data.tar.gz: cacaef4f6c6de9dca4274e2c7cabce67a9ec8cd3cf674a34a95895c6367fdf65a74a5c1845ae903da7604b60f803c8cc0f11db060261ada09bcf0dd2520c283b
6
+ metadata.gz: 688d545ff5ca075ee62774416757cbc76b870d79d2b5cadeb262aba7eccc05f720ccef1ca93637d8fa6e75a8eec574bbed6ade01f129e14211130fe773e395cf
7
+ data.tar.gz: f7003acf5fd2524d9b8a9c72e977766a8a3c26f039706c524ecd82c8f15bb4926cf3c02c640630825a7fd636f76298df99abb1077f5ff5855f9aa9f2c89274a7
data/README CHANGED
@@ -1,5 +1,5 @@
1
1
  Kaltura Ruby API Client Library.
2
- Compatible with Kaltura server version 18.2.0 and above.
2
+ Compatible with Kaltura server version 18.7.0 and above.
3
3
 
4
4
  This source contains:
5
5
  - The Kaltura client library (kaltura_client_base.rb)
@@ -1006,7 +1006,7 @@ module Kaltura
1006
1006
  return client.do_queue()
1007
1007
  end
1008
1008
 
1009
- # Move categories that belong to the same parent category to a target categroy - enabled only for ks with disable entitlement
1009
+ # Move categories that belong to the same parent category to a target category - enabled only for ks with disable entitlement
1010
1010
  # @return [bool]
1011
1011
  def move(category_ids, target_category_parent_id)
1012
1012
  kparams = {}
@@ -4503,7 +4503,7 @@ module Kaltura
4503
4503
  end
4504
4504
 
4505
4505
  # Will write to the event log a single line representing the event
4506
- # client version - will help interprete the line structure. different client versions might have slightly different data/data formats in the line
4506
+ # client version - will help interpret the line structure. Different client versions might have slightly different data/data formats in the line
4507
4507
  # event_id - number is the row number in yuval's excel
4508
4508
  # datetime - same format as MySql's datetime - can change and should reflect the time zone
4509
4509
  # session id - can be some big random number or guid
@@ -4536,7 +4536,7 @@ module Kaltura
4536
4536
  end
4537
4537
 
4538
4538
  # Will collect the kmcEvent sent form the KMC client
4539
- # // this will actually be an empty function because all events will be sent using GET and will anyway be logged in the apache log
4539
+ # // this will actually be an empty function because all events will be sent using GET and will anyway be logged in the Apache log
4540
4540
  # @return []
4541
4541
  def kmc_collect(kmc_event)
4542
4542
  kparams = {}
@@ -4982,7 +4982,7 @@ module Kaltura
4982
4982
  return client.get_serve_url()
4983
4983
  end
4984
4984
 
4985
- # Serves thumbnail by entry id and thumnail params id
4985
+ # Serves thumbnail by entry id and thumbnail params id
4986
4986
  # @return [file]
4987
4987
  def serve_by_entry_id(entry_id, thumb_param_id=KalturaNotImplemented)
4988
4988
  kparams = {}
@@ -6364,8 +6364,8 @@ module Kaltura
6364
6364
 
6365
6365
  def initialize(client)
6366
6366
  super(client)
6367
- self.client_tag = 'ruby:22-03-28'
6368
- self.api_version = '18.2.0'
6367
+ self.client_tag = 'ruby:22-06-13'
6368
+ self.api_version = '18.7.0'
6369
6369
  end
6370
6370
 
6371
6371
  def client_tag=(value)
data/lib/kaltura_enums.rb CHANGED
@@ -814,6 +814,12 @@ module Kaltura
814
814
  TIMEHASH = 2
815
815
  end
816
816
 
817
+ class KalturaZoomGroupParticipationType
818
+ NO_CLASSIFICATION = 0
819
+ OPT_IN = 1
820
+ OPT_OUT = 2
821
+ end
822
+
817
823
  class KalturaAccessControlOrderBy
818
824
  CREATED_AT_ASC = "+createdAt"
819
825
  CREATED_AT_DESC = "-createdAt"
@@ -3566,6 +3572,7 @@ module Kaltura
3566
3572
  TOP_CUSTOM_VAR2 = "58"
3567
3573
  TOP_CUSTOM_VAR3 = "59"
3568
3574
  SELF_SERVE_USAGE = "60"
3575
+ FLAVOR_PARAMS_TRANSCODING_USAGE = "61"
3569
3576
  PARTNER_USAGE = "201"
3570
3577
  MAP_OVERLAY_COUNTRY_REALTIME = "10001"
3571
3578
  MAP_OVERLAY_REGION_REALTIME = "10002"
@@ -203,6 +203,8 @@ module Kaltura
203
203
  end
204
204
 
205
205
  class KalturaESearchUserFieldName
206
+ COMPANY = "company"
207
+ COUNTRY = "country"
206
208
  CREATED_AT = "created_at"
207
209
  EMAIL = "email"
208
210
  FIRST_NAME = "first_name"
@@ -212,6 +214,7 @@ module Kaltura
212
214
  ROLE_IDS = "role_ids"
213
215
  SCREEN_NAME = "screen_name"
214
216
  TAGS = "tags"
217
+ TITLE = "title"
215
218
  UPDATED_AT = "updated_at"
216
219
  USER_ID = "user_id"
217
220
  TYPE = "user_type"
@@ -36,6 +36,8 @@ module Kaltura
36
36
  end
37
37
 
38
38
  class KalturaESearchGroupFieldName
39
+ COMPANY = "company"
40
+ COUNTRY = "country"
39
41
  CREATED_AT = "created_at"
40
42
  EMAIL = "email"
41
43
  FIRST_NAME = "first_name"
@@ -45,6 +47,7 @@ module Kaltura
45
47
  ROLE_IDS = "role_ids"
46
48
  SCREEN_NAME = "screen_name"
47
49
  TAGS = "tags"
50
+ TITLE = "title"
48
51
  UPDATED_AT = "updated_at"
49
52
  USER_ID = "user_id"
50
53
  end
@@ -133,6 +133,9 @@ module Kaltura
133
133
  attr_accessor :enable_zoom_transcription
134
134
  attr_accessor :zoom_account_description
135
135
  attr_accessor :enable_meeting_upload
136
+ attr_accessor :opt_out_group_names
137
+ attr_accessor :opt_in_group_names
138
+ attr_accessor :group_participation_type
136
139
 
137
140
  def enable_recording_upload=(val)
138
141
  @enable_recording_upload = val.to_i
@@ -149,6 +152,9 @@ module Kaltura
149
152
  def enable_meeting_upload=(val)
150
153
  @enable_meeting_upload = val.to_i
151
154
  end
155
+ def group_participation_type=(val)
156
+ @group_participation_type = val.to_i
157
+ end
152
158
 
153
159
  def from_xml(xml_element)
154
160
  super
@@ -182,6 +188,15 @@ module Kaltura
182
188
  if xml_element.elements['enableMeetingUpload'] != nil
183
189
  self.enable_meeting_upload = xml_element.elements['enableMeetingUpload'].text
184
190
  end
191
+ if xml_element.elements['optOutGroupNames'] != nil
192
+ self.opt_out_group_names = xml_element.elements['optOutGroupNames'].text
193
+ end
194
+ if xml_element.elements['optInGroupNames'] != nil
195
+ self.opt_in_group_names = xml_element.elements['optInGroupNames'].text
196
+ end
197
+ if xml_element.elements['groupParticipationType'] != nil
198
+ self.group_participation_type = xml_element.elements['groupParticipationType'].text
199
+ end
185
200
  end
186
201
 
187
202
  end
data/lib/kaltura_types.rb CHANGED
@@ -4546,8 +4546,9 @@ module Kaltura
4546
4546
  end
4547
4547
 
4548
4548
  class KalturaExportToCsvOptions < KalturaObjectBase
4549
- # The format of the outputted date string. There are also several predefined date constants that may be used instead, so for example DATE_RSS contains the format string 'D, d M Y H:i:s'.
4550
- # https://www.php.net/manual/en/function.date.php
4549
+ # Setting this property will cause additional columns to be added to the final report. The columns will be related to the specific object type passed (currently only MEDIA_CLIP is supported).
4550
+ # Please note that this property will NOT change the result filter in any way (i.e passing MEDIA_CLIP here will not force the report to return only media items).
4551
+ # /
4551
4552
  attr_accessor :format
4552
4553
 
4553
4554
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaltura-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.2.0
4
+ version: 18.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaltura Inc.