tencentcloud-sdk-trtc 3.0.590 → 3.0.592

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190722/models.rb +137 -137
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f01bea85a4058524b1dc185a395c4776ec2972f1
4
- data.tar.gz: 0b149c8c76d2b9c4e61498e689ac7cc6f0db30e8
3
+ metadata.gz: 77561f449b90b19fbd2517f8571e0a882c2a90c7
4
+ data.tar.gz: faa82b7eec9d625873215a0f7793fd3f1c605276
5
5
  SHA512:
6
- metadata.gz: 0d5e1b6c6471ee99f6ecceb92171f24b4a5dd265a0f86863ec34ae2ab94d2992486898229061b50e6860f97ce027ad9a8662d44f057ebfcf369980dc093e07d2
7
- data.tar.gz: 6b033b87e2c51008351c422485364ea6078b935b9606abbfcb5a891ef546d701fa42a62f05fffaabaee06677fc1e14a8924193bdcf65785fc2a6e5864d4879f3
6
+ metadata.gz: 49f01ad6735c1a181f041d080862868e5bdec1a0c2133b5c13c41eb314d088e80b6b2ac60c65bfaccb2178441f6afa3b1feb8dd9e65c92ef78c100048a63a745
7
+ data.tar.gz: 299d0721818a5be1f5510ec169f587ddb53eefce908b5049ff599bd6f5431429d2fcd918a05ca4b9d2606e9fde48a9ca5c17e7a4021b2edf565d2d2f9932f435
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -26,7 +26,7 @@ module TencentCloud
26
26
  # @type PeerId: String
27
27
 
28
28
  attr_accessor :AbnormalEventId, :PeerId
29
-
29
+
30
30
  def initialize(abnormaleventid=nil, peerid=nil)
31
31
  @AbnormalEventId = abnormaleventid
32
32
  @PeerId = peerid
@@ -52,7 +52,7 @@ module TencentCloud
52
52
  # @type EventTime: Integer
53
53
 
54
54
  attr_accessor :UserId, :ExperienceId, :RoomId, :AbnormalEventList, :EventTime
55
-
55
+
56
56
  def initialize(userid=nil, experienceid=nil, roomid=nil, abnormaleventlist=nil, eventtime=nil)
57
57
  @UserId = userid
58
58
  @ExperienceId = experienceid
@@ -87,7 +87,7 @@ module TencentCloud
87
87
  # @type MaxIdleTime: Integer
88
88
 
89
89
  attr_accessor :UserId, :UserSig, :MaxIdleTime
90
-
90
+
91
91
  def initialize(userid=nil, usersig=nil, maxidletime=nil)
92
92
  @UserId = userid
93
93
  @UserSig = usersig
@@ -113,7 +113,7 @@ module TencentCloud
113
113
  # @type Codec: Integer
114
114
 
115
115
  attr_accessor :SampleRate, :Channel, :BitRate, :Codec
116
-
116
+
117
117
  def initialize(samplerate=nil, channel=nil, bitrate=nil, codec=nil)
118
118
  @SampleRate = samplerate
119
119
  @Channel = channel
@@ -144,7 +144,7 @@ module TencentCloud
144
144
  # @type BitRate: Integer
145
145
 
146
146
  attr_accessor :SampleRate, :Channel, :BitRate
147
-
147
+
148
148
  def initialize(samplerate=nil, channel=nil, bitrate=nil)
149
149
  @SampleRate = samplerate
150
150
  @Channel = channel
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type FileNamePrefix: Array
178
178
 
179
179
  attr_accessor :Vendor, :Region, :Bucket, :AccessKey, :SecretKey, :FileNamePrefix
180
-
180
+
181
181
  def initialize(vendor=nil, region=nil, bucket=nil, accesskey=nil, secretkey=nil, filenameprefix=nil)
182
182
  @Vendor = vendor
183
183
  @Region = region
@@ -203,7 +203,7 @@ module TencentCloud
203
203
  # @type TencentVod: :class:`Tencentcloud::Trtc.v20190722.models.TencentVod`
204
204
 
205
205
  attr_accessor :TencentVod
206
-
206
+
207
207
  def initialize(tencentvod=nil)
208
208
  @TencentVod = tencentvod
209
209
  end
@@ -244,7 +244,7 @@ module TencentCloud
244
244
  # @type PrivateMapKey: String
245
245
 
246
246
  attr_accessor :SdkAppId, :RoomId, :UserId, :UserSig, :RecordParams, :StorageParams, :RoomIdType, :MixTranscodeParams, :MixLayoutParams, :ResourceExpiredHour, :PrivateMapKey
247
-
247
+
248
248
  def initialize(sdkappid=nil, roomid=nil, userid=nil, usersig=nil, recordparams=nil, storageparams=nil, roomidtype=nil, mixtranscodeparams=nil, mixlayoutparams=nil, resourceexpiredhour=nil, privatemapkey=nil)
249
249
  @SdkAppId = sdkappid
250
250
  @RoomId = roomid
@@ -294,7 +294,7 @@ module TencentCloud
294
294
  # @type RequestId: String
295
295
 
296
296
  attr_accessor :TaskId, :RequestId
297
-
297
+
298
298
  def initialize(taskid=nil, requestid=nil)
299
299
  @TaskId = taskid
300
300
  @RequestId = requestid
@@ -324,7 +324,7 @@ module TencentCloud
324
324
  # @type YPosition: Integer
325
325
 
326
326
  attr_accessor :SdkAppId, :Content, :Suffix, :Height, :Width, :XPosition, :YPosition
327
-
327
+
328
328
  def initialize(sdkappid=nil, content=nil, suffix=nil, height=nil, width=nil, xposition=nil, yposition=nil)
329
329
  @SdkAppId = sdkappid
330
330
  @Content = content
@@ -354,7 +354,7 @@ module TencentCloud
354
354
  # @type RequestId: String
355
355
 
356
356
  attr_accessor :PictureId, :RequestId
357
-
357
+
358
358
  def initialize(pictureid=nil, requestid=nil)
359
359
  @PictureId = pictureid
360
360
  @RequestId = requestid
@@ -374,7 +374,7 @@ module TencentCloud
374
374
  # @type TaskId: String
375
375
 
376
376
  attr_accessor :SdkAppId, :TaskId
377
-
377
+
378
378
  def initialize(sdkappid=nil, taskid=nil)
379
379
  @SdkAppId = sdkappid
380
380
  @TaskId = taskid
@@ -394,7 +394,7 @@ module TencentCloud
394
394
  # @type RequestId: String
395
395
 
396
396
  attr_accessor :TaskId, :RequestId
397
-
397
+
398
398
  def initialize(taskid=nil, requestid=nil)
399
399
  @TaskId = taskid
400
400
  @RequestId = requestid
@@ -414,7 +414,7 @@ module TencentCloud
414
414
  # @type SdkAppId: Integer
415
415
 
416
416
  attr_accessor :PictureId, :SdkAppId
417
-
417
+
418
418
  def initialize(pictureid=nil, sdkappid=nil)
419
419
  @PictureId = pictureid
420
420
  @SdkAppId = sdkappid
@@ -432,7 +432,7 @@ module TencentCloud
432
432
  # @type RequestId: String
433
433
 
434
434
  attr_accessor :RequestId
435
-
435
+
436
436
  def initialize(requestid=nil)
437
437
  @RequestId = requestid
438
438
  end
@@ -481,7 +481,7 @@ module TencentCloud
481
481
  # @type PageSize: Integer
482
482
 
483
483
  attr_accessor :CommId, :StartTime, :EndTime, :SdkAppId, :UserIds, :DataType, :PageNumber, :PageSize
484
-
484
+
485
485
  def initialize(commid=nil, starttime=nil, endtime=nil, sdkappid=nil, userids=nil, datatype=nil, pagenumber=nil, pagesize=nil)
486
486
  @CommId = commid
487
487
  @StartTime = starttime
@@ -519,7 +519,7 @@ module TencentCloud
519
519
  # @type RequestId: String
520
520
 
521
521
  attr_accessor :Total, :UserList, :Data, :RequestId
522
-
522
+
523
523
  def initialize(total=nil, userlist=nil, data=nil, requestid=nil)
524
524
  @Total = total
525
525
  @UserList = userlist
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  # @type TaskId: String
558
558
 
559
559
  attr_accessor :SdkAppId, :TaskId
560
-
560
+
561
561
  def initialize(sdkappid=nil, taskid=nil)
562
562
  @SdkAppId = sdkappid
563
563
  @TaskId = taskid
@@ -585,7 +585,7 @@ module TencentCloud
585
585
  # @type RequestId: String
586
586
 
587
587
  attr_accessor :TaskId, :Status, :StorageFileList, :RequestId
588
-
588
+
589
589
  def initialize(taskid=nil, status=nil, storagefilelist=nil, requestid=nil)
590
590
  @TaskId = taskid
591
591
  @Status = status
@@ -618,7 +618,7 @@ module TencentCloud
618
618
  # @type SdkAppId: Integer
619
619
 
620
620
  attr_accessor :StartTime, :EndTime, :SdkAppId
621
-
621
+
622
622
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
623
623
  @StartTime = starttime
624
624
  @EndTime = endtime
@@ -644,7 +644,7 @@ module TencentCloud
644
644
  # @type RequestId: String
645
645
 
646
646
  attr_accessor :SdkAppIdTrtrTimeUsages, :AnchorUsageMode, :AudienceUsageMode, :RequestId
647
-
647
+
648
648
  def initialize(sdkappidtrtrtimeusages=nil, anchorusagemode=nil, audienceusagemode=nil, requestid=nil)
649
649
  @SdkAppIdTrtrTimeUsages = sdkappidtrtrtimeusages
650
650
  @AnchorUsageMode = anchorusagemode
@@ -678,7 +678,7 @@ module TencentCloud
678
678
  # @type SdkAppId: Integer
679
679
 
680
680
  attr_accessor :StartTime, :EndTime, :SdkAppId
681
-
681
+
682
682
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
683
683
  @StartTime = starttime
684
684
  @EndTime = endtime
@@ -702,7 +702,7 @@ module TencentCloud
702
702
  # @type RequestId: String
703
703
 
704
704
  attr_accessor :UsageKey, :UsageList, :RequestId
705
-
705
+
706
706
  def initialize(usagekey=nil, usagelist=nil, requestid=nil)
707
707
  @UsageKey = usagekey
708
708
  @UsageList = usagelist
@@ -735,7 +735,7 @@ module TencentCloud
735
735
  # @type PageNo: Integer
736
736
 
737
737
  attr_accessor :SdkAppId, :PictureId, :PageSize, :PageNo
738
-
738
+
739
739
  def initialize(sdkappid=nil, pictureid=nil, pagesize=nil, pageno=nil)
740
740
  @SdkAppId = sdkappid
741
741
  @PictureId = pictureid
@@ -761,7 +761,7 @@ module TencentCloud
761
761
  # @type RequestId: String
762
762
 
763
763
  attr_accessor :Total, :PictureInfo, :RequestId
764
-
764
+
765
765
  def initialize(total=nil, pictureinfo=nil, requestid=nil)
766
766
  @Total = total
767
767
  @PictureInfo = pictureinfo
@@ -793,7 +793,7 @@ module TencentCloud
793
793
  # @type SdkAppId: Integer
794
794
 
795
795
  attr_accessor :StartTime, :EndTime, :SdkAppId
796
-
796
+
797
797
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
798
798
  @StartTime = starttime
799
799
  @EndTime = endtime
@@ -815,7 +815,7 @@ module TencentCloud
815
815
  # @type RequestId: String
816
816
 
817
817
  attr_accessor :SdkAppIdUsages, :RequestId
818
-
818
+
819
819
  def initialize(sdkappidusages=nil, requestid=nil)
820
820
  @SdkAppIdUsages = sdkappidusages
821
821
  @RequestId = requestid
@@ -847,7 +847,7 @@ module TencentCloud
847
847
  # @type SdkAppId: Integer
848
848
 
849
849
  attr_accessor :StartTime, :EndTime, :MixType, :SdkAppId
850
-
850
+
851
851
  def initialize(starttime=nil, endtime=nil, mixtype=nil, sdkappid=nil)
852
852
  @StartTime = starttime
853
853
  @EndTime = endtime
@@ -873,7 +873,7 @@ module TencentCloud
873
873
  # @type RequestId: String
874
874
 
875
875
  attr_accessor :UsageKey, :UsageList, :RequestId
876
-
876
+
877
877
  def initialize(usagekey=nil, usagelist=nil, requestid=nil)
878
878
  @UsageKey = usagekey
879
879
  @UsageList = usagelist
@@ -905,7 +905,7 @@ module TencentCloud
905
905
  # @type SdkAppId: Integer
906
906
 
907
907
  attr_accessor :StartTime, :EndTime, :SdkAppId
908
-
908
+
909
909
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
910
910
  @StartTime = starttime
911
911
  @EndTime = endtime
@@ -929,7 +929,7 @@ module TencentCloud
929
929
  # @type RequestId: String
930
930
 
931
931
  attr_accessor :UsageKey, :UsageList, :RequestId
932
-
932
+
933
933
  def initialize(usagekey=nil, usagelist=nil, requestid=nil)
934
934
  @UsageKey = usagekey
935
935
  @UsageList = usagelist
@@ -970,7 +970,7 @@ module TencentCloud
970
970
  # @type PageSize: Integer
971
971
 
972
972
  attr_accessor :SdkAppId, :StartTime, :EndTime, :RoomId, :PageNumber, :PageSize
973
-
973
+
974
974
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, roomid=nil, pagenumber=nil, pagesize=nil)
975
975
  @SdkAppId = sdkappid
976
976
  @StartTime = starttime
@@ -1000,7 +1000,7 @@ module TencentCloud
1000
1000
  # @type RequestId: String
1001
1001
 
1002
1002
  attr_accessor :Total, :RoomList, :RequestId
1003
-
1003
+
1004
1004
  def initialize(total=nil, roomlist=nil, requestid=nil)
1005
1005
  @Total = total
1006
1006
  @RoomList = roomlist
@@ -1033,7 +1033,7 @@ module TencentCloud
1033
1033
  # @type EndTime: Integer
1034
1034
 
1035
1035
  attr_accessor :SdkAppId, :StartTime, :EndTime
1036
-
1036
+
1037
1037
  def initialize(sdkappid=nil, starttime=nil, endtime=nil)
1038
1038
  @SdkAppId = sdkappid
1039
1039
  @StartTime = starttime
@@ -1058,7 +1058,7 @@ module TencentCloud
1058
1058
  # @type RequestId: String
1059
1059
 
1060
1060
  attr_accessor :Total, :ScaleList, :RequestId
1061
-
1061
+
1062
1062
  def initialize(total=nil, scalelist=nil, requestid=nil)
1063
1063
  @Total = total
1064
1064
  @ScaleList = scalelist
@@ -1093,7 +1093,7 @@ module TencentCloud
1093
1093
  # @type Period: String
1094
1094
 
1095
1095
  attr_accessor :SdkAppId, :StartTime, :EndTime, :Period
1096
-
1096
+
1097
1097
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, period=nil)
1098
1098
  @SdkAppId = sdkappid
1099
1099
  @StartTime = starttime
@@ -1118,7 +1118,7 @@ module TencentCloud
1118
1118
  # @type RequestId: String
1119
1119
 
1120
1120
  attr_accessor :Data, :RequestId
1121
-
1121
+
1122
1122
  def initialize(data=nil, requestid=nil)
1123
1123
  @Data = data
1124
1124
  @RequestId = requestid
@@ -1147,7 +1147,7 @@ module TencentCloud
1147
1147
  # @type Period: String
1148
1148
 
1149
1149
  attr_accessor :SdkAppId, :StartTime, :EndTime, :Period
1150
-
1150
+
1151
1151
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, period=nil)
1152
1152
  @SdkAppId = sdkappid
1153
1153
  @StartTime = starttime
@@ -1172,7 +1172,7 @@ module TencentCloud
1172
1172
  # @type RequestId: String
1173
1173
 
1174
1174
  attr_accessor :Data, :RequestId
1175
-
1175
+
1176
1176
  def initialize(data=nil, requestid=nil)
1177
1177
  @Data = data
1178
1178
  @RequestId = requestid
@@ -1199,7 +1199,7 @@ module TencentCloud
1199
1199
  # @type RoomId: String
1200
1200
 
1201
1201
  attr_accessor :SdkAppId, :StartTime, :EndTime, :RoomId
1202
-
1202
+
1203
1203
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, roomid=nil)
1204
1204
  @SdkAppId = sdkappid
1205
1205
  @StartTime = starttime
@@ -1224,7 +1224,7 @@ module TencentCloud
1224
1224
  # @type RequestId: String
1225
1225
 
1226
1226
  attr_accessor :Data, :RequestId
1227
-
1227
+
1228
1228
  def initialize(data=nil, requestid=nil)
1229
1229
  @Data = data
1230
1230
  @RequestId = requestid
@@ -1251,7 +1251,7 @@ module TencentCloud
1251
1251
  # @type RoomId: String
1252
1252
 
1253
1253
  attr_accessor :SdkAppId, :StartTime, :EndTime, :RoomId
1254
-
1254
+
1255
1255
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, roomid=nil)
1256
1256
  @SdkAppId = sdkappid
1257
1257
  @StartTime = starttime
@@ -1276,7 +1276,7 @@ module TencentCloud
1276
1276
  # @type RequestId: String
1277
1277
 
1278
1278
  attr_accessor :Data, :RequestId
1279
-
1279
+
1280
1280
  def initialize(data=nil, requestid=nil)
1281
1281
  @Data = data
1282
1282
  @RequestId = requestid
@@ -1302,7 +1302,7 @@ module TencentCloud
1302
1302
  # @type SdkAppId: Integer
1303
1303
 
1304
1304
  attr_accessor :StartTime, :EndTime, :SdkAppId
1305
-
1305
+
1306
1306
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
1307
1307
  @StartTime = starttime
1308
1308
  @EndTime = endtime
@@ -1324,7 +1324,7 @@ module TencentCloud
1324
1324
  # @type RequestId: String
1325
1325
 
1326
1326
  attr_accessor :Usages, :RequestId
1327
-
1327
+
1328
1328
  def initialize(usages=nil, requestid=nil)
1329
1329
  @Usages = usages
1330
1330
  @RequestId = requestid
@@ -1353,7 +1353,7 @@ module TencentCloud
1353
1353
  # @type EndTime: String
1354
1354
 
1355
1355
  attr_accessor :SdkAppid, :StartTime, :EndTime
1356
-
1356
+
1357
1357
  def initialize(sdkappid=nil, starttime=nil, endtime=nil)
1358
1358
  @SdkAppid = sdkappid
1359
1359
  @StartTime = starttime
@@ -1375,7 +1375,7 @@ module TencentCloud
1375
1375
  # @type RequestId: String
1376
1376
 
1377
1377
  attr_accessor :Data, :RequestId
1378
-
1378
+
1379
1379
  def initialize(data=nil, requestid=nil)
1380
1380
  @Data = data
1381
1381
  @RequestId = requestid
@@ -1398,7 +1398,7 @@ module TencentCloud
1398
1398
  # @type SdkAppId: Integer
1399
1399
 
1400
1400
  attr_accessor :StartTime, :EndTime, :SdkAppId
1401
-
1401
+
1402
1402
  def initialize(starttime=nil, endtime=nil, sdkappid=nil)
1403
1403
  @StartTime = starttime
1404
1404
  @EndTime = endtime
@@ -1422,7 +1422,7 @@ module TencentCloud
1422
1422
  # @type RequestId: String
1423
1423
 
1424
1424
  attr_accessor :UsageKey, :UsageList, :RequestId
1425
-
1425
+
1426
1426
  def initialize(usagekey=nil, usagelist=nil, requestid=nil)
1427
1427
  @UsageKey = usagekey
1428
1428
  @UsageList = usagelist
@@ -1456,7 +1456,7 @@ module TencentCloud
1456
1456
  # @type RoomId: String
1457
1457
 
1458
1458
  attr_accessor :SdkAppId, :StartTime, :EndTime, :RoomId
1459
-
1459
+
1460
1460
  def initialize(sdkappid=nil, starttime=nil, endtime=nil, roomid=nil)
1461
1461
  @SdkAppId = sdkappid
1462
1462
  @StartTime = starttime
@@ -1483,7 +1483,7 @@ module TencentCloud
1483
1483
  # @type RequestId: String
1484
1484
 
1485
1485
  attr_accessor :Total, :AbnormalExperienceList, :RequestId
1486
-
1486
+
1487
1487
  def initialize(total=nil, abnormalexperiencelist=nil, requestid=nil)
1488
1488
  @Total = total
1489
1489
  @AbnormalExperienceList = abnormalexperiencelist
@@ -1522,7 +1522,7 @@ module TencentCloud
1522
1522
  # @type SdkAppId: Integer
1523
1523
 
1524
1524
  attr_accessor :CommId, :StartTime, :EndTime, :UserId, :RoomId, :SdkAppId
1525
-
1525
+
1526
1526
  def initialize(commid=nil, starttime=nil, endtime=nil, userid=nil, roomid=nil, sdkappid=nil)
1527
1527
  @CommId = commid
1528
1528
  @StartTime = starttime
@@ -1550,7 +1550,7 @@ module TencentCloud
1550
1550
  # @type RequestId: String
1551
1551
 
1552
1552
  attr_accessor :Data, :RequestId
1553
-
1553
+
1554
1554
  def initialize(data=nil, requestid=nil)
1555
1555
  @Data = data
1556
1556
  @RequestId = requestid
@@ -1592,7 +1592,7 @@ module TencentCloud
1592
1592
  # @type PageSize: Integer
1593
1593
 
1594
1594
  attr_accessor :CommId, :StartTime, :EndTime, :SdkAppId, :UserIds, :PageNumber, :PageSize
1595
-
1595
+
1596
1596
  def initialize(commid=nil, starttime=nil, endtime=nil, sdkappid=nil, userids=nil, pagenumber=nil, pagesize=nil)
1597
1597
  @CommId = commid
1598
1598
  @StartTime = starttime
@@ -1625,7 +1625,7 @@ module TencentCloud
1625
1625
  # @type RequestId: String
1626
1626
 
1627
1627
  attr_accessor :Total, :UserList, :RequestId
1628
-
1628
+
1629
1629
  def initialize(total=nil, userlist=nil, requestid=nil)
1630
1630
  @Total = total
1631
1631
  @UserList = userlist
@@ -1654,7 +1654,7 @@ module TencentCloud
1654
1654
  # @type RoomId: String
1655
1655
 
1656
1656
  attr_accessor :SdkAppId, :RoomId
1657
-
1657
+
1658
1658
  def initialize(sdkappid=nil, roomid=nil)
1659
1659
  @SdkAppId = sdkappid
1660
1660
  @RoomId = roomid
@@ -1672,7 +1672,7 @@ module TencentCloud
1672
1672
  # @type RequestId: String
1673
1673
 
1674
1674
  attr_accessor :RequestId
1675
-
1675
+
1676
1676
  def initialize(requestid=nil)
1677
1677
  @RequestId = requestid
1678
1678
  end
@@ -1690,7 +1690,7 @@ module TencentCloud
1690
1690
  # @type RoomId: Integer
1691
1691
 
1692
1692
  attr_accessor :SdkAppId, :RoomId
1693
-
1693
+
1694
1694
  def initialize(sdkappid=nil, roomid=nil)
1695
1695
  @SdkAppId = sdkappid
1696
1696
  @RoomId = roomid
@@ -1708,7 +1708,7 @@ module TencentCloud
1708
1708
  # @type RequestId: String
1709
1709
 
1710
1710
  attr_accessor :RequestId
1711
-
1711
+
1712
1712
  def initialize(requestid=nil)
1713
1713
  @RequestId = requestid
1714
1714
  end
@@ -1753,7 +1753,7 @@ module TencentCloud
1753
1753
  # @type BackgroundImageUrl: String
1754
1754
 
1755
1755
  attr_accessor :AudioSampleRate, :AudioBitrate, :AudioChannels, :VideoWidth, :VideoHeight, :VideoBitrate, :VideoFramerate, :VideoGop, :BackgroundColor, :BackgroundImageId, :AudioCodec, :BackgroundImageUrl
1756
-
1756
+
1757
1757
  def initialize(audiosamplerate=nil, audiobitrate=nil, audiochannels=nil, videowidth=nil, videoheight=nil, videobitrate=nil, videoframerate=nil, videogop=nil, backgroundcolor=nil, backgroundimageid=nil, audiocodec=nil, backgroundimageurl=nil)
1758
1758
  @AudioSampleRate = audiosamplerate
1759
1759
  @AudioBitrate = audiobitrate
@@ -1793,7 +1793,7 @@ module TencentCloud
1793
1793
  # @type PeerId: String
1794
1794
 
1795
1795
  attr_accessor :Content, :PeerId
1796
-
1796
+
1797
1797
  def initialize(content=nil, peerid=nil)
1798
1798
  @Content = content
1799
1799
  @PeerId = peerid
@@ -1830,7 +1830,7 @@ module TencentCloud
1830
1830
  # @type ParamTwo: Integer
1831
1831
 
1832
1832
  attr_accessor :Type, :Time, :EventId, :ParamOne, :ParamTwo
1833
-
1833
+
1834
1834
  def initialize(type=nil, time=nil, eventid=nil, paramone=nil, paramtwo=nil)
1835
1835
  @Type = type
1836
1836
  @Time = time
@@ -1874,7 +1874,7 @@ module TencentCloud
1874
1874
  # @type RenderMode: Integer
1875
1875
 
1876
1876
  attr_accessor :Template, :MainVideoUserId, :MainVideoStreamType, :SmallVideoLayoutParams, :MainVideoRightAlign, :MixVideoUids, :PresetLayoutConfig, :PlaceHolderMode, :PureAudioHoldPlaceMode, :WaterMarkParams, :RenderMode
1877
-
1877
+
1878
1878
  def initialize(template=nil, mainvideouserid=nil, mainvideostreamtype=nil, smallvideolayoutparams=nil, mainvideorightalign=nil, mixvideouids=nil, presetlayoutconfig=nil, placeholdermode=nil, pureaudioholdplacemode=nil, watermarkparams=nil, rendermode=nil)
1879
1879
  @Template = template
1880
1880
  @MainVideoUserId = mainvideouserid
@@ -1923,7 +1923,7 @@ module TencentCloud
1923
1923
  # @type UserMediaStream: :class:`Tencentcloud::Trtc.v20190722.models.UserMediaStream`
1924
1924
 
1925
1925
  attr_accessor :UserMediaStream
1926
-
1926
+
1927
1927
  def initialize(usermediastream=nil)
1928
1928
  @UserMediaStream = usermediastream
1929
1929
  end
@@ -1948,7 +1948,7 @@ module TencentCloud
1948
1948
  # @type UnSubscribeAudioList: Array
1949
1949
 
1950
1950
  attr_accessor :AudioEncode, :SubscribeAudioList, :UnSubscribeAudioList
1951
-
1951
+
1952
1952
  def initialize(audioencode=nil, subscribeaudiolist=nil, unsubscribeaudiolist=nil)
1953
1953
  @AudioEncode = audioencode
1954
1954
  @SubscribeAudioList = subscribeaudiolist
@@ -1991,7 +1991,7 @@ module TencentCloud
1991
1991
  # @type Height: Integer
1992
1992
 
1993
1993
  attr_accessor :LocationX, :LocationY, :Width, :Height
1994
-
1994
+
1995
1995
  def initialize(locationx=nil, locationy=nil, width=nil, height=nil)
1996
1996
  @LocationX = locationx
1997
1997
  @LocationY = locationy
@@ -2019,7 +2019,7 @@ module TencentCloud
2019
2019
  # @type UserSig: String
2020
2020
 
2021
2021
  attr_accessor :RoomId, :RoomIdType, :UserId, :UserSig
2022
-
2022
+
2023
2023
  def initialize(roomid=nil, roomidtype=nil, userid=nil, usersig=nil)
2024
2024
  @RoomId = roomid
2025
2025
  @RoomIdType = roomidtype
@@ -2066,7 +2066,7 @@ module TencentCloud
2066
2066
  # @type CustomCrop: :class:`Tencentcloud::Trtc.v20190722.models.McuCustomCrop`
2067
2067
 
2068
2068
  attr_accessor :UserMediaStream, :ImageWidth, :ImageHeight, :LocationX, :LocationY, :ZOrder, :RenderMode, :BackGroundColor, :BackgroundImageUrl, :CustomCrop
2069
-
2069
+
2070
2070
  def initialize(usermediastream=nil, imagewidth=nil, imageheight=nil, locationx=nil, locationy=nil, zorder=nil, rendermode=nil, backgroundcolor=nil, backgroundimageurl=nil, customcrop=nil)
2071
2071
  @UserMediaStream = usermediastream
2072
2072
  @ImageWidth = imagewidth
@@ -2114,7 +2114,7 @@ module TencentCloud
2114
2114
  # @type RenderMode: Integer
2115
2115
 
2116
2116
  attr_accessor :MixLayoutMode, :PureAudioHoldPlaceMode, :MixLayoutList, :MaxVideoUser, :RenderMode
2117
-
2117
+
2118
2118
  def initialize(mixlayoutmode=nil, pureaudioholdplacemode=nil, mixlayoutlist=nil, maxvideouser=nil, rendermode=nil)
2119
2119
  @MixLayoutMode = mixlayoutmode
2120
2120
  @PureAudioHoldPlaceMode = pureaudioholdplacemode
@@ -2155,7 +2155,7 @@ module TencentCloud
2155
2155
  # @type FollowIdr: Integer
2156
2156
 
2157
2157
  attr_accessor :AppData, :PayloadType, :Interval, :FollowIdr
2158
-
2158
+
2159
2159
  def initialize(appdata=nil, payloadtype=nil, interval=nil, followidr=nil)
2160
2160
  @AppData = appdata
2161
2161
  @PayloadType = payloadtype
@@ -2185,7 +2185,7 @@ module TencentCloud
2185
2185
  # @type FollowIdr: Integer
2186
2186
 
2187
2187
  attr_accessor :PayloadContent, :PayloadType, :PayloadUuid, :Interval, :FollowIdr
2188
-
2188
+
2189
2189
  def initialize(payloadcontent=nil, payloadtype=nil, payloaduuid=nil, interval=nil, followidr=nil)
2190
2190
  @PayloadContent = payloadcontent
2191
2191
  @PayloadType = payloadtype
@@ -2211,7 +2211,7 @@ module TencentCloud
2211
2211
  # @type IsTencentCdn: Integer
2212
2212
 
2213
2213
  attr_accessor :PublishCdnUrl, :IsTencentCdn
2214
-
2214
+
2215
2215
  def initialize(publishcdnurl=nil, istencentcdn=nil)
2216
2216
  @PublishCdnUrl = publishcdnurl
2217
2217
  @IsTencentCdn = istencentcdn
@@ -2231,7 +2231,7 @@ module TencentCloud
2231
2231
  # @type PassThrough: :class:`Tencentcloud::Trtc.v20190722.models.McuPassThrough`
2232
2232
 
2233
2233
  attr_accessor :LayoutVolume, :PassThrough
2234
-
2234
+
2235
2235
  def initialize(layoutvolume=nil, passthrough=nil)
2236
2236
  @LayoutVolume = layoutvolume
2237
2237
  @PassThrough = passthrough
@@ -2255,7 +2255,7 @@ module TencentCloud
2255
2255
  # @type UserInfo: :class:`Tencentcloud::Trtc.v20190722.models.MixUserInfo`
2256
2256
 
2257
2257
  attr_accessor :UserInfo
2258
-
2258
+
2259
2259
  def initialize(userinfo=nil)
2260
2260
  @UserInfo = userinfo
2261
2261
  end
@@ -2289,7 +2289,7 @@ module TencentCloud
2289
2289
  # @type WaterMarkList: Array
2290
2290
 
2291
2291
  attr_accessor :VideoEncode, :LayoutParams, :BackGroundColor, :BackgroundImageUrl, :WaterMarkList
2292
-
2292
+
2293
2293
  def initialize(videoencode=nil, layoutparams=nil, backgroundcolor=nil, backgroundimageurl=nil, watermarklist=nil)
2294
2294
  @VideoEncode = videoencode
2295
2295
  @LayoutParams = layoutparams
@@ -2336,7 +2336,7 @@ module TencentCloud
2336
2336
  # @type ZOrder: Integer
2337
2337
 
2338
2338
  attr_accessor :WaterMarkUrl, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :ZOrder
2339
-
2339
+
2340
2340
  def initialize(watermarkurl=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, zorder=nil)
2341
2341
  @WaterMarkUrl = watermarkurl
2342
2342
  @WaterMarkWidth = watermarkwidth
@@ -2366,7 +2366,7 @@ module TencentCloud
2366
2366
  # @type WaterMarkText: :class:`Tencentcloud::Trtc.v20190722.models.McuWaterMarkText`
2367
2367
 
2368
2368
  attr_accessor :WaterMarkType, :WaterMarkImage, :WaterMarkText
2369
-
2369
+
2370
2370
  def initialize(watermarktype=nil, watermarkimage=nil, watermarktext=nil)
2371
2371
  @WaterMarkType = watermarktype
2372
2372
  @WaterMarkImage = watermarkimage
@@ -2406,7 +2406,7 @@ module TencentCloud
2406
2406
  # @type BackGroundColor: String
2407
2407
 
2408
2408
  attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor
2409
-
2409
+
2410
2410
  def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil)
2411
2411
  @Text = text
2412
2412
  @WaterMarkWidth = watermarkwidth
@@ -2462,7 +2462,7 @@ module TencentCloud
2462
2462
  # @type SubBackgroundImage: String
2463
2463
 
2464
2464
  attr_accessor :Top, :Left, :Width, :Height, :UserId, :Alpha, :RenderMode, :MediaId, :ImageLayer, :SubBackgroundImage
2465
-
2465
+
2466
2466
  def initialize(top=nil, left=nil, width=nil, height=nil, userid=nil, alpha=nil, rendermode=nil, mediaid=nil, imagelayer=nil, subbackgroundimage=nil)
2467
2467
  @Top = top
2468
2468
  @Left = left
@@ -2533,7 +2533,7 @@ module TencentCloud
2533
2533
  # @type MaxResolutionUserAlign: Integer
2534
2534
 
2535
2535
  attr_accessor :MixLayoutMode, :MixLayoutList, :BackGroundColor, :MaxResolutionUserId, :MediaId, :BackgroundImageUrl, :PlaceHolderMode, :BackgroundImageRenderMode, :DefaultSubBackgroundImage, :WaterMarkList, :RenderMode, :MaxResolutionUserAlign
2536
-
2536
+
2537
2537
  def initialize(mixlayoutmode=nil, mixlayoutlist=nil, backgroundcolor=nil, maxresolutionuserid=nil, mediaid=nil, backgroundimageurl=nil, placeholdermode=nil, backgroundimagerendermode=nil, defaultsubbackgroundimage=nil, watermarklist=nil, rendermode=nil, maxresolutionuseralign=nil)
2538
2538
  @MixLayoutMode = mixlayoutmode
2539
2539
  @MixLayoutList = mixlayoutlist
@@ -2587,7 +2587,7 @@ module TencentCloud
2587
2587
  # @type AudioParams: :class:`Tencentcloud::Trtc.v20190722.models.AudioParams`
2588
2588
 
2589
2589
  attr_accessor :VideoParams, :AudioParams
2590
-
2590
+
2591
2591
  def initialize(videoparams=nil, audioparams=nil)
2592
2592
  @VideoParams = videoparams
2593
2593
  @AudioParams = audioparams
@@ -2615,7 +2615,7 @@ module TencentCloud
2615
2615
  # @type RoomIdType: Integer
2616
2616
 
2617
2617
  attr_accessor :UserId, :RoomId, :RoomIdType
2618
-
2618
+
2619
2619
  def initialize(userid=nil, roomid=nil, roomidtype=nil)
2620
2620
  @UserId = userid
2621
2621
  @RoomId = roomid
@@ -2641,7 +2641,7 @@ module TencentCloud
2641
2641
  # @type SubscribeStreamUserIds: :class:`Tencentcloud::Trtc.v20190722.models.SubscribeStreamUserIds`
2642
2642
 
2643
2643
  attr_accessor :SdkAppId, :TaskId, :MixLayoutParams, :SubscribeStreamUserIds
2644
-
2644
+
2645
2645
  def initialize(sdkappid=nil, taskid=nil, mixlayoutparams=nil, subscribestreamuserids=nil)
2646
2646
  @SdkAppId = sdkappid
2647
2647
  @TaskId = taskid
@@ -2671,7 +2671,7 @@ module TencentCloud
2671
2671
  # @type RequestId: String
2672
2672
 
2673
2673
  attr_accessor :TaskId, :RequestId
2674
-
2674
+
2675
2675
  def initialize(taskid=nil, requestid=nil)
2676
2676
  @TaskId = taskid
2677
2677
  @RequestId = requestid
@@ -2699,7 +2699,7 @@ module TencentCloud
2699
2699
  # @type YPosition: Integer
2700
2700
 
2701
2701
  attr_accessor :PictureId, :SdkAppId, :Height, :Width, :XPosition, :YPosition
2702
-
2702
+
2703
2703
  def initialize(pictureid=nil, sdkappid=nil, height=nil, width=nil, xposition=nil, yposition=nil)
2704
2704
  @PictureId = pictureid
2705
2705
  @SdkAppId = sdkappid
@@ -2725,7 +2725,7 @@ module TencentCloud
2725
2725
  # @type RequestId: String
2726
2726
 
2727
2727
  attr_accessor :RequestId
2728
-
2728
+
2729
2729
  def initialize(requestid=nil)
2730
2730
  @RequestId = requestid
2731
2731
  end
@@ -2745,7 +2745,7 @@ module TencentCloud
2745
2745
  # @type SdkAppId: String
2746
2746
 
2747
2747
  attr_accessor :SdkAppIdTranscodeTimeUsages, :TotalNum, :SdkAppId
2748
-
2748
+
2749
2749
  def initialize(sdkappidtranscodetimeusages=nil, totalnum=nil, sdkappid=nil)
2750
2750
  @SdkAppIdTranscodeTimeUsages = sdkappidtranscodetimeusages
2751
2751
  @TotalNum = totalnum
@@ -2779,7 +2779,7 @@ module TencentCloud
2779
2779
  # @type RecordAudioOnly: Integer
2780
2780
 
2781
2781
  attr_accessor :StreamId, :PureAudioStream, :RecordId, :RecordAudioOnly
2782
-
2782
+
2783
2783
  def initialize(streamid=nil, pureaudiostream=nil, recordid=nil, recordaudioonly=nil)
2784
2784
  @StreamId = streamid
2785
2785
  @PureAudioStream = pureaudiostream
@@ -2811,7 +2811,7 @@ module TencentCloud
2811
2811
  # @type PictureId: Integer
2812
2812
 
2813
2813
  attr_accessor :Height, :Width, :XPosition, :YPosition, :SdkAppId, :PictureId
2814
-
2814
+
2815
2815
  def initialize(height=nil, width=nil, xposition=nil, yposition=nil, sdkappid=nil, pictureid=nil)
2816
2816
  @Height = height
2817
2817
  @Width = width
@@ -2855,7 +2855,7 @@ module TencentCloud
2855
2855
  # @type PlaceImageId: Integer
2856
2856
 
2857
2857
  attr_accessor :UserId, :StreamType, :ImageWidth, :ImageHeight, :LocationX, :LocationY, :ZOrder, :RenderMode, :MixInputType, :PlaceImageId
2858
-
2858
+
2859
2859
  def initialize(userid=nil, streamtype=nil, imagewidth=nil, imageheight=nil, locationx=nil, locationy=nil, zorder=nil, rendermode=nil, mixinputtype=nil, placeimageid=nil)
2860
2860
  @UserId = userid
2861
2861
  @StreamType = streamtype
@@ -2891,7 +2891,7 @@ module TencentCloud
2891
2891
  # @type PublishCdnUrls: Array
2892
2892
 
2893
2893
  attr_accessor :BizId, :PublishCdnUrls
2894
-
2894
+
2895
2895
  def initialize(bizid=nil, publishcdnurls=nil)
2896
2896
  @BizId = bizid
2897
2897
  @PublishCdnUrls = publishcdnurls
@@ -2916,7 +2916,7 @@ module TencentCloud
2916
2916
  # @type DataType: String
2917
2917
 
2918
2918
  attr_accessor :Content, :UserId, :PeerId, :DataType
2919
-
2919
+
2920
2920
  def initialize(content=nil, userid=nil, peerid=nil, datatype=nil)
2921
2921
  @Content = content
2922
2922
  @UserId = userid
@@ -2965,7 +2965,7 @@ module TencentCloud
2965
2965
  # @type MediaId: Integer
2966
2966
 
2967
2967
  attr_accessor :RecordMode, :MaxIdleTime, :StreamType, :SubscribeStreamUserIds, :OutputFormat, :AvMerge, :MaxMediaFileDuration, :MediaId
2968
-
2968
+
2969
2969
  def initialize(recordmode=nil, maxidletime=nil, streamtype=nil, subscribestreamuserids=nil, outputformat=nil, avmerge=nil, maxmediafileduration=nil, mediaid=nil)
2970
2970
  @RecordMode = recordmode
2971
2971
  @MaxIdleTime = maxidletime
@@ -3006,7 +3006,7 @@ module TencentCloud
3006
3006
  # @type AudioTime: Integer
3007
3007
 
3008
3008
  attr_accessor :TimeKey, :Class1VideoTime, :Class2VideoTime, :Class3VideoTime, :AudioTime
3009
-
3009
+
3010
3010
  def initialize(timekey=nil, class1videotime=nil, class2videotime=nil, class3videotime=nil, audiotime=nil)
3011
3011
  @TimeKey = timekey
3012
3012
  @Class1VideoTime = class1videotime
@@ -3034,7 +3034,7 @@ module TencentCloud
3034
3034
  # @type UserIds: Array
3035
3035
 
3036
3036
  attr_accessor :SdkAppId, :RoomId, :UserIds
3037
-
3037
+
3038
3038
  def initialize(sdkappid=nil, roomid=nil, userids=nil)
3039
3039
  @SdkAppId = sdkappid
3040
3040
  @RoomId = roomid
@@ -3054,7 +3054,7 @@ module TencentCloud
3054
3054
  # @type RequestId: String
3055
3055
 
3056
3056
  attr_accessor :RequestId
3057
-
3057
+
3058
3058
  def initialize(requestid=nil)
3059
3059
  @RequestId = requestid
3060
3060
  end
@@ -3074,7 +3074,7 @@ module TencentCloud
3074
3074
  # @type UserIds: Array
3075
3075
 
3076
3076
  attr_accessor :SdkAppId, :RoomId, :UserIds
3077
-
3077
+
3078
3078
  def initialize(sdkappid=nil, roomid=nil, userids=nil)
3079
3079
  @SdkAppId = sdkappid
3080
3080
  @RoomId = roomid
@@ -3094,7 +3094,7 @@ module TencentCloud
3094
3094
  # @type RequestId: String
3095
3095
 
3096
3096
  attr_accessor :RequestId
3097
-
3097
+
3098
3098
  def initialize(requestid=nil)
3099
3099
  @RequestId = requestid
3100
3100
  end
@@ -3120,7 +3120,7 @@ module TencentCloud
3120
3120
  # @type UserId: String
3121
3121
 
3122
3122
  attr_accessor :CommId, :RoomString, :CreateTime, :DestroyTime, :IsFinished, :UserId
3123
-
3123
+
3124
3124
  def initialize(commid=nil, roomstring=nil, createtime=nil, destroytime=nil, isfinished=nil, userid=nil)
3125
3125
  @CommId = commid
3126
3126
  @RoomString = roomstring
@@ -3155,7 +3155,7 @@ module TencentCloud
3155
3155
  # @type RoomNumbers: Integer
3156
3156
 
3157
3157
  attr_accessor :Time, :UserNumber, :UserCount, :RoomNumbers
3158
-
3158
+
3159
3159
  def initialize(time=nil, usernumber=nil, usercount=nil, roomnumbers=nil)
3160
3160
  @Time = time
3161
3161
  @UserNumber = usernumber
@@ -3181,7 +3181,7 @@ module TencentCloud
3181
3181
  # @type AudienceTrtcTimeUsages: Array
3182
3182
 
3183
3183
  attr_accessor :SdkAppId, :TrtcTimeUsages, :AudienceTrtcTimeUsages
3184
-
3184
+
3185
3185
  def initialize(sdkappid=nil, trtctimeusages=nil, audiencetrtctimeusages=nil)
3186
3186
  @SdkAppId = sdkappid
3187
3187
  @TrtcTimeUsages = trtctimeusages
@@ -3217,7 +3217,7 @@ module TencentCloud
3217
3217
  # @type Usages: Array
3218
3218
 
3219
3219
  attr_accessor :SdkAppId, :Usages
3220
-
3220
+
3221
3221
  def initialize(sdkappid=nil, usages=nil)
3222
3222
  @SdkAppId = sdkappid
3223
3223
  @Usages = usages
@@ -3253,7 +3253,7 @@ module TencentCloud
3253
3253
  # @type Flux: Float
3254
3254
 
3255
3255
  attr_accessor :TimeKey, :AudioTime, :VideoTimeSd, :VideoTimeHd, :VideoTimeFhd, :Flux
3256
-
3256
+
3257
3257
  def initialize(timekey=nil, audiotime=nil, videotimesd=nil, videotimehd=nil, videotimefhd=nil, flux=nil)
3258
3258
  @TimeKey = timekey
3259
3259
  @AudioTime = audiotime
@@ -3283,7 +3283,7 @@ module TencentCloud
3283
3283
  # @type Values: Array
3284
3284
 
3285
3285
  attr_accessor :Columns, :Values
3286
-
3286
+
3287
3287
  def initialize(columns=nil, values=nil)
3288
3288
  @Columns = columns
3289
3289
  @Values = values
@@ -3301,7 +3301,7 @@ module TencentCloud
3301
3301
  # @type UserMediaStream: :class:`Tencentcloud::Trtc.v20190722.models.UserMediaStream`
3302
3302
 
3303
3303
  attr_accessor :UserMediaStream
3304
-
3304
+
3305
3305
  def initialize(usermediastream=nil)
3306
3306
  @UserMediaStream = usermediastream
3307
3307
  end
@@ -3330,7 +3330,7 @@ module TencentCloud
3330
3330
  # @type LocationY: Integer
3331
3331
 
3332
3332
  attr_accessor :UserId, :StreamType, :ImageWidth, :ImageHeight, :LocationX, :LocationY
3333
-
3333
+
3334
3334
  def initialize(userid=nil, streamtype=nil, imagewidth=nil, imageheight=nil, locationx=nil, locationy=nil)
3335
3335
  @UserId = userid
3336
3336
  @StreamType = streamtype
@@ -3366,7 +3366,7 @@ module TencentCloud
3366
3366
  # @type PublishCdnParams: :class:`Tencentcloud::Trtc.v20190722.models.PublishCdnParams`
3367
3367
 
3368
3368
  attr_accessor :SdkAppId, :StrRoomId, :OutputParams, :EncodeParams, :LayoutParams, :PublishCdnParams
3369
-
3369
+
3370
3370
  def initialize(sdkappid=nil, strroomid=nil, outputparams=nil, encodeparams=nil, layoutparams=nil, publishcdnparams=nil)
3371
3371
  @SdkAppId = sdkappid
3372
3372
  @StrRoomId = strroomid
@@ -3404,7 +3404,7 @@ module TencentCloud
3404
3404
  # @type RequestId: String
3405
3405
 
3406
3406
  attr_accessor :RequestId
3407
-
3407
+
3408
3408
  def initialize(requestid=nil)
3409
3409
  @RequestId = requestid
3410
3410
  end
@@ -3430,7 +3430,7 @@ module TencentCloud
3430
3430
  # @type PublishCdnParams: :class:`Tencentcloud::Trtc.v20190722.models.PublishCdnParams`
3431
3431
 
3432
3432
  attr_accessor :SdkAppId, :RoomId, :OutputParams, :EncodeParams, :LayoutParams, :PublishCdnParams
3433
-
3433
+
3434
3434
  def initialize(sdkappid=nil, roomid=nil, outputparams=nil, encodeparams=nil, layoutparams=nil, publishcdnparams=nil)
3435
3435
  @SdkAppId = sdkappid
3436
3436
  @RoomId = roomid
@@ -3468,7 +3468,7 @@ module TencentCloud
3468
3468
  # @type RequestId: String
3469
3469
 
3470
3470
  attr_accessor :RequestId
3471
-
3471
+
3472
3472
  def initialize(requestid=nil)
3473
3473
  @RequestId = requestid
3474
3474
  end
@@ -3504,7 +3504,7 @@ module TencentCloud
3504
3504
  # @type FeedBackRoomParams: Array
3505
3505
 
3506
3506
  attr_accessor :SdkAppId, :RoomId, :RoomIdType, :AgentParams, :WithTranscoding, :AudioParams, :VideoParams, :SingleSubscribeParams, :PublishCdnParams, :SeiParams, :FeedBackRoomParams
3507
-
3507
+
3508
3508
  def initialize(sdkappid=nil, roomid=nil, roomidtype=nil, agentparams=nil, withtranscoding=nil, audioparams=nil, videoparams=nil, singlesubscribeparams=nil, publishcdnparams=nil, seiparams=nil, feedbackroomparams=nil)
3509
3509
  @SdkAppId = sdkappid
3510
3510
  @RoomId = roomid
@@ -3571,7 +3571,7 @@ module TencentCloud
3571
3571
  # @type RequestId: String
3572
3572
 
3573
3573
  attr_accessor :TaskId, :RequestId
3574
-
3574
+
3575
3575
  def initialize(taskid=nil, requestid=nil)
3576
3576
  @TaskId = taskid
3577
3577
  @RequestId = requestid
@@ -3591,7 +3591,7 @@ module TencentCloud
3591
3591
  # @type StrRoomId: String
3592
3592
 
3593
3593
  attr_accessor :SdkAppId, :StrRoomId
3594
-
3594
+
3595
3595
  def initialize(sdkappid=nil, strroomid=nil)
3596
3596
  @SdkAppId = sdkappid
3597
3597
  @StrRoomId = strroomid
@@ -3609,7 +3609,7 @@ module TencentCloud
3609
3609
  # @type RequestId: String
3610
3610
 
3611
3611
  attr_accessor :RequestId
3612
-
3612
+
3613
3613
  def initialize(requestid=nil)
3614
3614
  @RequestId = requestid
3615
3615
  end
@@ -3627,7 +3627,7 @@ module TencentCloud
3627
3627
  # @type RoomId: Integer
3628
3628
 
3629
3629
  attr_accessor :SdkAppId, :RoomId
3630
-
3630
+
3631
3631
  def initialize(sdkappid=nil, roomid=nil)
3632
3632
  @SdkAppId = sdkappid
3633
3633
  @RoomId = roomid
@@ -3645,7 +3645,7 @@ module TencentCloud
3645
3645
  # @type RequestId: String
3646
3646
 
3647
3647
  attr_accessor :RequestId
3648
-
3648
+
3649
3649
  def initialize(requestid=nil)
3650
3650
  @RequestId = requestid
3651
3651
  end
@@ -3663,7 +3663,7 @@ module TencentCloud
3663
3663
  # @type TaskId: String
3664
3664
 
3665
3665
  attr_accessor :SdkAppId, :TaskId
3666
-
3666
+
3667
3667
  def initialize(sdkappid=nil, taskid=nil)
3668
3668
  @SdkAppId = sdkappid
3669
3669
  @TaskId = taskid
@@ -3683,7 +3683,7 @@ module TencentCloud
3683
3683
  # @type RequestId: String
3684
3684
 
3685
3685
  attr_accessor :TaskId, :RequestId
3686
-
3686
+
3687
3687
  def initialize(taskid=nil, requestid=nil)
3688
3688
  @TaskId = taskid
3689
3689
  @RequestId = requestid
@@ -3712,7 +3712,7 @@ module TencentCloud
3712
3712
  # @type BeginTimeStamp: Integer
3713
3713
 
3714
3714
  attr_accessor :UserId, :FileName, :TrackType, :BeginTimeStamp
3715
-
3715
+
3716
3716
  def initialize(userid=nil, filename=nil, tracktype=nil, begintimestamp=nil)
3717
3717
  @UserId = userid
3718
3718
  @FileName = filename
@@ -3736,7 +3736,7 @@ module TencentCloud
3736
3736
  # @type CloudVod: :class:`Tencentcloud::Trtc.v20190722.models.CloudVod`
3737
3737
 
3738
3738
  attr_accessor :CloudStorage, :CloudVod
3739
-
3739
+
3740
3740
  def initialize(cloudstorage=nil, cloudvod=nil)
3741
3741
  @CloudStorage = cloudstorage
3742
3742
  @CloudVod = cloudvod
@@ -3766,7 +3766,7 @@ module TencentCloud
3766
3766
  # @type UnSubscribeVideoUserIds: Array
3767
3767
 
3768
3768
  attr_accessor :SubscribeAudioUserIds, :UnSubscribeAudioUserIds, :SubscribeVideoUserIds, :UnSubscribeVideoUserIds
3769
-
3769
+
3770
3770
  def initialize(subscribeaudiouserids=nil, unsubscribeaudiouserids=nil, subscribevideouserids=nil, unsubscribevideouserids=nil)
3771
3771
  @SubscribeAudioUserIds = subscribeaudiouserids
3772
3772
  @UnSubscribeAudioUserIds = unsubscribeaudiouserids
@@ -3795,7 +3795,7 @@ module TencentCloud
3795
3795
  # @type Total: Integer
3796
3796
 
3797
3797
  attr_accessor :StatementID, :Series, :Total
3798
-
3798
+
3799
3799
  def initialize(statementid=nil, series=nil, total=nil)
3800
3800
  @StatementID = statementid
3801
3801
  @Series = series
@@ -3839,7 +3839,7 @@ module TencentCloud
3839
3839
  # @type UserDefineRecordId: String
3840
3840
 
3841
3841
  attr_accessor :Procedure, :ExpireTime, :StorageRegion, :ClassId, :SubAppId, :SessionContext, :SourceContext, :MediaType, :UserDefineRecordId
3842
-
3842
+
3843
3843
  def initialize(procedure=nil, expiretime=nil, storageregion=nil, classid=nil, subappid=nil, sessioncontext=nil, sourcecontext=nil, mediatype=nil, userdefinerecordid=nil)
3844
3844
  @Procedure = procedure
3845
3845
  @ExpireTime = expiretime
@@ -3873,7 +3873,7 @@ module TencentCloud
3873
3873
  # @type Value: Float
3874
3874
 
3875
3875
  attr_accessor :Time, :Value
3876
-
3876
+
3877
3877
  def initialize(time=nil, value=nil)
3878
3878
  @Time = time
3879
3879
  @Value = value
@@ -3909,7 +3909,7 @@ module TencentCloud
3909
3909
  # @type Video4KTime: Integer
3910
3910
 
3911
3911
  attr_accessor :TimeKey, :VoiceUserNum, :VideoTime, :Class1VideoTime, :Class2VideoTime, :Class3VideoTime, :AudioTime, :Bandwidth, :Video2KTime, :Video4KTime
3912
-
3912
+
3913
3913
  def initialize(timekey=nil, voiceusernum=nil, videotime=nil, class1videotime=nil, class2videotime=nil, class3videotime=nil, audiotime=nil, bandwidth=nil, video2ktime=nil, video4ktime=nil)
3914
3914
  @TimeKey = timekey
3915
3915
  @VoiceUserNum = voiceusernum
@@ -3945,7 +3945,7 @@ module TencentCloud
3945
3945
  # @type UsageValue: Array
3946
3946
 
3947
3947
  attr_accessor :TimeKey, :UsageValue
3948
-
3948
+
3949
3949
  def initialize(timekey=nil, usagevalue=nil)
3950
3950
  @TimeKey = timekey
3951
3951
  @UsageValue = usagevalue
@@ -3981,7 +3981,7 @@ module TencentCloud
3981
3981
  # @type FeedBackRoomParams: Array
3982
3982
 
3983
3983
  attr_accessor :SdkAppId, :TaskId, :SequenceNumber, :WithTranscoding, :AudioParams, :VideoParams, :SingleSubscribeParams, :PublishCdnParams, :SeiParams, :FeedBackRoomParams
3984
-
3984
+
3985
3985
  def initialize(sdkappid=nil, taskid=nil, sequencenumber=nil, withtranscoding=nil, audioparams=nil, videoparams=nil, singlesubscribeparams=nil, publishcdnparams=nil, seiparams=nil, feedbackroomparams=nil)
3986
3986
  @SdkAppId = sdkappid
3987
3987
  @TaskId = taskid
@@ -4043,7 +4043,7 @@ module TencentCloud
4043
4043
  # @type RequestId: String
4044
4044
 
4045
4045
  attr_accessor :TaskId, :RequestId
4046
-
4046
+
4047
4047
  def initialize(taskid=nil, requestid=nil)
4048
4048
  @TaskId = taskid
4049
4049
  @RequestId = requestid
@@ -4075,7 +4075,7 @@ module TencentCloud
4075
4075
  # @type Finished: Boolean
4076
4076
 
4077
4077
  attr_accessor :RoomStr, :UserId, :JoinTs, :LeaveTs, :DeviceType, :SdkVersion, :ClientIp, :Finished
4078
-
4078
+
4079
4079
  def initialize(roomstr=nil, userid=nil, joints=nil, leavets=nil, devicetype=nil, sdkversion=nil, clientip=nil, finished=nil)
4080
4080
  @RoomStr = roomstr
4081
4081
  @UserId = userid
@@ -4107,7 +4107,7 @@ module TencentCloud
4107
4107
  # @type StreamType: Integer
4108
4108
 
4109
4109
  attr_accessor :UserInfo, :StreamType
4110
-
4110
+
4111
4111
  def initialize(userinfo=nil, streamtype=nil)
4112
4112
  @UserInfo = userinfo
4113
4113
  @StreamType = streamtype
@@ -4136,7 +4136,7 @@ module TencentCloud
4136
4136
  # @type Gop: Integer
4137
4137
 
4138
4138
  attr_accessor :Width, :Height, :Fps, :BitRate, :Gop
4139
-
4139
+
4140
4140
  def initialize(width=nil, height=nil, fps=nil, bitrate=nil, gop=nil)
4141
4141
  @Width = width
4142
4142
  @Height = height
@@ -4168,7 +4168,7 @@ module TencentCloud
4168
4168
  # @type Gop: Integer
4169
4169
 
4170
4170
  attr_accessor :Width, :Height, :Fps, :BitRate, :Gop
4171
-
4171
+
4172
4172
  def initialize(width=nil, height=nil, fps=nil, bitrate=nil, gop=nil)
4173
4173
  @Width = width
4174
4174
  @Height = height
@@ -4198,7 +4198,7 @@ module TencentCloud
4198
4198
  # @type WaterMarkTimestamp: :class:`Tencentcloud::Trtc.v20190722.models.WaterMarkTimestamp`
4199
4199
 
4200
4200
  attr_accessor :WaterMarkType, :WaterMarkImage, :WaterMarkChar, :WaterMarkTimestamp
4201
-
4201
+
4202
4202
  def initialize(watermarktype=nil, watermarkimage=nil, watermarkchar=nil, watermarktimestamp=nil)
4203
4203
  @WaterMarkType = watermarktype
4204
4204
  @WaterMarkImage = watermarkimage
@@ -4243,7 +4243,7 @@ module TencentCloud
4243
4243
  # @type BackGroundColor: String
4244
4244
 
4245
4245
  attr_accessor :Top, :Left, :Width, :Height, :Chars, :FontSize, :FontColor, :BackGroundColor
4246
-
4246
+
4247
4247
  def initialize(top=nil, left=nil, width=nil, height=nil, chars=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil)
4248
4248
  @Top = top
4249
4249
  @Left = left
@@ -4281,7 +4281,7 @@ module TencentCloud
4281
4281
  # @type Height: Integer
4282
4282
 
4283
4283
  attr_accessor :WaterMarkUrl, :Top, :Left, :Width, :Height
4284
-
4284
+
4285
4285
  def initialize(watermarkurl=nil, top=nil, left=nil, width=nil, height=nil)
4286
4286
  @WaterMarkUrl = watermarkurl
4287
4287
  @Top = top
@@ -4315,7 +4315,7 @@ module TencentCloud
4315
4315
  # @type WaterMarkUrl: String
4316
4316
 
4317
4317
  attr_accessor :WaterMarkId, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :WaterMarkUrl
4318
-
4318
+
4319
4319
  def initialize(watermarkid=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, watermarkurl=nil)
4320
4320
  @WaterMarkId = watermarkid
4321
4321
  @WaterMarkWidth = watermarkwidth
@@ -4343,7 +4343,7 @@ module TencentCloud
4343
4343
  # @type TimeZone: Integer
4344
4344
 
4345
4345
  attr_accessor :Pos, :TimeZone
4346
-
4346
+
4347
4347
  def initialize(pos=nil, timezone=nil)
4348
4348
  @Pos = pos
4349
4349
  @TimeZone = timezone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common