tencentcloud-sdk-lcic 3.0.590 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +130 -130
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 124eaf298896ae74297a4eb244e4af201e8a5ef3
|
|
4
|
+
data.tar.gz: 261a3001f1729eb770cc6f233fb60f4331ff715f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7867ba731fdd270646a9f08bad85118bdab952eb556c1bc3f874e9077c2db46c36f5970c98f11cc21ebf4eb1f292de04aba22afa28af39bb0265ab81bc663b09
|
|
7
|
+
data.tar.gz: cfb278f34ee5e7de65cdb427ba644acc3793dd1582f70ec286e8bda5f0ad0929e160b23c17c6040d30a2bf39d0695ff3c11eacfa7657e7efa8932427c3f67124
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -27,7 +27,7 @@ module TencentCloud
|
|
|
27
27
|
# @type MemberIds: Array
|
|
28
28
|
|
|
29
29
|
attr_accessor :GroupId, :SdkAppId, :MemberIds
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
def initialize(groupid=nil, sdkappid=nil, memberids=nil)
|
|
32
32
|
@GroupId = groupid
|
|
33
33
|
@SdkAppId = sdkappid
|
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
|
47
47
|
# @type RequestId: String
|
|
48
48
|
|
|
49
49
|
attr_accessor :RequestId
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
def initialize(requestid=nil)
|
|
52
52
|
@RequestId = requestid
|
|
53
53
|
end
|
|
@@ -71,7 +71,7 @@ module TencentCloud
|
|
|
71
71
|
# @type IsCorrect: Integer
|
|
72
72
|
|
|
73
73
|
attr_accessor :Name, :Answer, :CostTime, :UserId, :IsCorrect
|
|
74
|
-
|
|
74
|
+
|
|
75
75
|
def initialize(name=nil, answer=nil, costtime=nil, userid=nil, iscorrect=nil)
|
|
76
76
|
@Name = name
|
|
77
77
|
@Answer = answer
|
|
@@ -97,7 +97,7 @@ module TencentCloud
|
|
|
97
97
|
# @type Count: Integer
|
|
98
98
|
|
|
99
99
|
attr_accessor :Answer, :Count
|
|
100
|
-
|
|
100
|
+
|
|
101
101
|
def initialize(answer=nil, count=nil)
|
|
102
102
|
@Answer = answer
|
|
103
103
|
@Count = count
|
|
@@ -112,7 +112,7 @@ module TencentCloud
|
|
|
112
112
|
# 应用配置信息
|
|
113
113
|
class AppConfig < TencentCloud::Common::AbstractModel
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
def initialize()
|
|
117
117
|
end
|
|
118
118
|
|
|
@@ -134,7 +134,7 @@ module TencentCloud
|
|
|
134
134
|
# @type CssUrl: String
|
|
135
135
|
|
|
136
136
|
attr_accessor :Scene, :LogoUrl, :HomeUrl, :JsUrl, :CssUrl
|
|
137
|
-
|
|
137
|
+
|
|
138
138
|
def initialize(scene=nil, logourl=nil, homeurl=nil, jsurl=nil, cssurl=nil)
|
|
139
139
|
@Scene = scene
|
|
140
140
|
@LogoUrl = logourl
|
|
@@ -159,7 +159,7 @@ module TencentCloud
|
|
|
159
159
|
# @type Url: String
|
|
160
160
|
|
|
161
161
|
attr_accessor :Url
|
|
162
|
-
|
|
162
|
+
|
|
163
163
|
def initialize(url=nil)
|
|
164
164
|
@Url = url
|
|
165
165
|
end
|
|
@@ -179,7 +179,7 @@ module TencentCloud
|
|
|
179
179
|
# @type MemberIds: Array
|
|
180
180
|
|
|
181
181
|
attr_accessor :GroupIds, :SdkAppId, :MemberIds
|
|
182
|
-
|
|
182
|
+
|
|
183
183
|
def initialize(groupids=nil, sdkappid=nil, memberids=nil)
|
|
184
184
|
@GroupIds = groupids
|
|
185
185
|
@SdkAppId = sdkappid
|
|
@@ -199,7 +199,7 @@ module TencentCloud
|
|
|
199
199
|
# @type RequestId: String
|
|
200
200
|
|
|
201
201
|
attr_accessor :RequestId
|
|
202
|
-
|
|
202
|
+
|
|
203
203
|
def initialize(requestid=nil)
|
|
204
204
|
@RequestId = requestid
|
|
205
205
|
end
|
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
|
219
219
|
# @type MemberIds: Array
|
|
220
220
|
|
|
221
221
|
attr_accessor :SdkAppId, :GroupBaseInfos, :MemberIds
|
|
222
|
-
|
|
222
|
+
|
|
223
223
|
def initialize(sdkappid=nil, groupbaseinfos=nil, memberids=nil)
|
|
224
224
|
@SdkAppId = sdkappid
|
|
225
225
|
@GroupBaseInfos = groupbaseinfos
|
|
@@ -248,7 +248,7 @@ module TencentCloud
|
|
|
248
248
|
# @type RequestId: String
|
|
249
249
|
|
|
250
250
|
attr_accessor :GroupIds, :RequestId
|
|
251
|
-
|
|
251
|
+
|
|
252
252
|
def initialize(groupids=nil, requestid=nil)
|
|
253
253
|
@GroupIds = groupids
|
|
254
254
|
@RequestId = requestid
|
|
@@ -268,7 +268,7 @@ module TencentCloud
|
|
|
268
268
|
# @type RoomInfos: Array
|
|
269
269
|
|
|
270
270
|
attr_accessor :SdkAppId, :RoomInfos
|
|
271
|
-
|
|
271
|
+
|
|
272
272
|
def initialize(sdkappid=nil, roominfos=nil)
|
|
273
273
|
@SdkAppId = sdkappid
|
|
274
274
|
@RoomInfos = roominfos
|
|
@@ -295,7 +295,7 @@ module TencentCloud
|
|
|
295
295
|
# @type RequestId: String
|
|
296
296
|
|
|
297
297
|
attr_accessor :RoomIds, :RequestId
|
|
298
|
-
|
|
298
|
+
|
|
299
299
|
def initialize(roomids=nil, requestid=nil)
|
|
300
300
|
@RoomIds = roomids
|
|
301
301
|
@RequestId = requestid
|
|
@@ -317,7 +317,7 @@ module TencentCloud
|
|
|
317
317
|
# @type MemberIds: Array
|
|
318
318
|
|
|
319
319
|
attr_accessor :GroupIds, :SdkAppId, :MemberIds
|
|
320
|
-
|
|
320
|
+
|
|
321
321
|
def initialize(groupids=nil, sdkappid=nil, memberids=nil)
|
|
322
322
|
@GroupIds = groupids
|
|
323
323
|
@SdkAppId = sdkappid
|
|
@@ -337,7 +337,7 @@ module TencentCloud
|
|
|
337
337
|
# @type RequestId: String
|
|
338
338
|
|
|
339
339
|
attr_accessor :RequestId
|
|
340
|
-
|
|
340
|
+
|
|
341
341
|
def initialize(requestid=nil)
|
|
342
342
|
@RequestId = requestid
|
|
343
343
|
end
|
|
@@ -355,7 +355,7 @@ module TencentCloud
|
|
|
355
355
|
# @type SdkAppId: Integer
|
|
356
356
|
|
|
357
357
|
attr_accessor :RoomIds, :SdkAppId
|
|
358
|
-
|
|
358
|
+
|
|
359
359
|
def initialize(roomids=nil, sdkappid=nil)
|
|
360
360
|
@RoomIds = roomids
|
|
361
361
|
@SdkAppId = sdkappid
|
|
@@ -376,7 +376,7 @@ module TencentCloud
|
|
|
376
376
|
# @type RequestId: String
|
|
377
377
|
|
|
378
378
|
attr_accessor :RoomIds, :RequestId
|
|
379
|
-
|
|
379
|
+
|
|
380
380
|
def initialize(roomids=nil, requestid=nil)
|
|
381
381
|
@RoomIds = roomids
|
|
382
382
|
@RequestId = requestid
|
|
@@ -406,7 +406,7 @@ module TencentCloud
|
|
|
406
406
|
# @type DocumentId: Array
|
|
407
407
|
|
|
408
408
|
attr_accessor :SdkAppId, :Page, :Limit, :Permission, :Owner, :Keyword, :DocumentId
|
|
409
|
-
|
|
409
|
+
|
|
410
410
|
def initialize(sdkappid=nil, page=nil, limit=nil, permission=nil, owner=nil, keyword=nil, documentid=nil)
|
|
411
411
|
@SdkAppId = sdkappid
|
|
412
412
|
@Page = page
|
|
@@ -439,7 +439,7 @@ module TencentCloud
|
|
|
439
439
|
# @type RequestId: String
|
|
440
440
|
|
|
441
441
|
attr_accessor :Total, :Documents, :RequestId
|
|
442
|
-
|
|
442
|
+
|
|
443
443
|
def initialize(total=nil, documents=nil, requestid=nil)
|
|
444
444
|
@Total = total
|
|
445
445
|
@Documents = documents
|
|
@@ -466,7 +466,7 @@ module TencentCloud
|
|
|
466
466
|
# @type Users: Array
|
|
467
467
|
|
|
468
468
|
attr_accessor :Users
|
|
469
|
-
|
|
469
|
+
|
|
470
470
|
def initialize(users=nil)
|
|
471
471
|
@Users = users
|
|
472
472
|
end
|
|
@@ -492,7 +492,7 @@ module TencentCloud
|
|
|
492
492
|
# @type RequestId: String
|
|
493
493
|
|
|
494
494
|
attr_accessor :Users, :RequestId
|
|
495
|
-
|
|
495
|
+
|
|
496
496
|
def initialize(users=nil, requestid=nil)
|
|
497
497
|
@Users = users
|
|
498
498
|
@RequestId = requestid
|
|
@@ -523,7 +523,7 @@ module TencentCloud
|
|
|
523
523
|
# @type OriginId: String
|
|
524
524
|
|
|
525
525
|
attr_accessor :SdkAppId, :UserId, :OriginId
|
|
526
|
-
|
|
526
|
+
|
|
527
527
|
def initialize(sdkappid=nil, userid=nil, originid=nil)
|
|
528
528
|
@SdkAppId = sdkappid
|
|
529
529
|
@UserId = userid
|
|
@@ -549,7 +549,7 @@ module TencentCloud
|
|
|
549
549
|
# @type Avatar: String
|
|
550
550
|
|
|
551
551
|
attr_accessor :SdkAppId, :Name, :OriginId, :Avatar
|
|
552
|
-
|
|
552
|
+
|
|
553
553
|
def initialize(sdkappid=nil, name=nil, originid=nil, avatar=nil)
|
|
554
554
|
@SdkAppId = sdkappid
|
|
555
555
|
@Name = name
|
|
@@ -575,7 +575,7 @@ module TencentCloud
|
|
|
575
575
|
# @type BindType: Integer
|
|
576
576
|
|
|
577
577
|
attr_accessor :RoomId, :DocumentId, :BindType
|
|
578
|
-
|
|
578
|
+
|
|
579
579
|
def initialize(roomid=nil, documentid=nil, bindtype=nil)
|
|
580
580
|
@RoomId = roomid
|
|
581
581
|
@DocumentId = documentid
|
|
@@ -595,7 +595,7 @@ module TencentCloud
|
|
|
595
595
|
# @type RequestId: String
|
|
596
596
|
|
|
597
597
|
attr_accessor :RequestId
|
|
598
|
-
|
|
598
|
+
|
|
599
599
|
def initialize(requestid=nil)
|
|
600
600
|
@RequestId = requestid
|
|
601
601
|
end
|
|
@@ -631,7 +631,7 @@ module TencentCloud
|
|
|
631
631
|
# @type DocumentSize: Integer
|
|
632
632
|
|
|
633
633
|
attr_accessor :SdkAppId, :DocumentUrl, :DocumentName, :Owner, :TranscodeType, :Permission, :DocumentType, :DocumentSize
|
|
634
|
-
|
|
634
|
+
|
|
635
635
|
def initialize(sdkappid=nil, documenturl=nil, documentname=nil, owner=nil, transcodetype=nil, permission=nil, documenttype=nil, documentsize=nil)
|
|
636
636
|
@SdkAppId = sdkappid
|
|
637
637
|
@DocumentUrl = documenturl
|
|
@@ -663,7 +663,7 @@ module TencentCloud
|
|
|
663
663
|
# @type RequestId: String
|
|
664
664
|
|
|
665
665
|
attr_accessor :DocumentId, :RequestId
|
|
666
|
-
|
|
666
|
+
|
|
667
667
|
def initialize(documentid=nil, requestid=nil)
|
|
668
668
|
@DocumentId = documentid
|
|
669
669
|
@RequestId = requestid
|
|
@@ -687,7 +687,7 @@ module TencentCloud
|
|
|
687
687
|
# @type MemberIds: Array
|
|
688
688
|
|
|
689
689
|
attr_accessor :GroupName, :SdkAppId, :TeacherId, :MemberIds
|
|
690
|
-
|
|
690
|
+
|
|
691
691
|
def initialize(groupname=nil, sdkappid=nil, teacherid=nil, memberids=nil)
|
|
692
692
|
@GroupName = groupname
|
|
693
693
|
@SdkAppId = sdkappid
|
|
@@ -711,7 +711,7 @@ module TencentCloud
|
|
|
711
711
|
# @type RequestId: String
|
|
712
712
|
|
|
713
713
|
attr_accessor :GroupId, :RequestId
|
|
714
|
-
|
|
714
|
+
|
|
715
715
|
def initialize(groupid=nil, requestid=nil)
|
|
716
716
|
@GroupId = groupid
|
|
717
717
|
@RequestId = requestid
|
|
@@ -735,7 +735,7 @@ module TencentCloud
|
|
|
735
735
|
# @type TeacherId: String
|
|
736
736
|
|
|
737
737
|
attr_accessor :GroupName, :SdkAppId, :SubGroupIds, :TeacherId
|
|
738
|
-
|
|
738
|
+
|
|
739
739
|
def initialize(groupname=nil, sdkappid=nil, subgroupids=nil, teacherid=nil)
|
|
740
740
|
@GroupName = groupname
|
|
741
741
|
@SdkAppId = sdkappid
|
|
@@ -759,7 +759,7 @@ module TencentCloud
|
|
|
759
759
|
# @type RequestId: String
|
|
760
760
|
|
|
761
761
|
attr_accessor :GroupId, :RequestId
|
|
762
|
-
|
|
762
|
+
|
|
763
763
|
def initialize(groupid=nil, requestid=nil)
|
|
764
764
|
@GroupId = groupid
|
|
765
765
|
@RequestId = requestid
|
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
|
827
827
|
# @type EnableDirectControl: Integer
|
|
828
828
|
|
|
829
829
|
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl
|
|
830
|
-
|
|
830
|
+
|
|
831
831
|
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil)
|
|
832
832
|
@Name = name
|
|
833
833
|
@StartTime = starttime
|
|
@@ -879,7 +879,7 @@ module TencentCloud
|
|
|
879
879
|
# @type RequestId: String
|
|
880
880
|
|
|
881
881
|
attr_accessor :RoomId, :RequestId
|
|
882
|
-
|
|
882
|
+
|
|
883
883
|
def initialize(roomid=nil, requestid=nil)
|
|
884
884
|
@RoomId = roomid
|
|
885
885
|
@RequestId = requestid
|
|
@@ -899,7 +899,7 @@ module TencentCloud
|
|
|
899
899
|
# @type Users: Array
|
|
900
900
|
|
|
901
901
|
attr_accessor :SdkAppId, :Users
|
|
902
|
-
|
|
902
|
+
|
|
903
903
|
def initialize(sdkappid=nil, users=nil)
|
|
904
904
|
@SdkAppId = sdkappid
|
|
905
905
|
@Users = users
|
|
@@ -917,7 +917,7 @@ module TencentCloud
|
|
|
917
917
|
# @type RequestId: String
|
|
918
918
|
|
|
919
919
|
attr_accessor :RequestId
|
|
920
|
-
|
|
920
|
+
|
|
921
921
|
def initialize(requestid=nil)
|
|
922
922
|
@RequestId = requestid
|
|
923
923
|
end
|
|
@@ -935,7 +935,7 @@ module TencentCloud
|
|
|
935
935
|
# @type Scenes: Array
|
|
936
936
|
|
|
937
937
|
attr_accessor :SdkAppId, :Scenes
|
|
938
|
-
|
|
938
|
+
|
|
939
939
|
def initialize(sdkappid=nil, scenes=nil)
|
|
940
940
|
@SdkAppId = sdkappid
|
|
941
941
|
@Scenes = scenes
|
|
@@ -953,7 +953,7 @@ module TencentCloud
|
|
|
953
953
|
# @type RequestId: String
|
|
954
954
|
|
|
955
955
|
attr_accessor :RequestId
|
|
956
|
-
|
|
956
|
+
|
|
957
957
|
def initialize(requestid=nil)
|
|
958
958
|
@RequestId = requestid
|
|
959
959
|
end
|
|
@@ -969,7 +969,7 @@ module TencentCloud
|
|
|
969
969
|
# @type DocumentId: String
|
|
970
970
|
|
|
971
971
|
attr_accessor :DocumentId
|
|
972
|
-
|
|
972
|
+
|
|
973
973
|
def initialize(documentid=nil)
|
|
974
974
|
@DocumentId = documentid
|
|
975
975
|
end
|
|
@@ -985,7 +985,7 @@ module TencentCloud
|
|
|
985
985
|
# @type RequestId: String
|
|
986
986
|
|
|
987
987
|
attr_accessor :RequestId
|
|
988
|
-
|
|
988
|
+
|
|
989
989
|
def initialize(requestid=nil)
|
|
990
990
|
@RequestId = requestid
|
|
991
991
|
end
|
|
@@ -1005,7 +1005,7 @@ module TencentCloud
|
|
|
1005
1005
|
# @type MemberIds: Array
|
|
1006
1006
|
|
|
1007
1007
|
attr_accessor :GroupId, :SdkAppId, :MemberIds
|
|
1008
|
-
|
|
1008
|
+
|
|
1009
1009
|
def initialize(groupid=nil, sdkappid=nil, memberids=nil)
|
|
1010
1010
|
@GroupId = groupid
|
|
1011
1011
|
@SdkAppId = sdkappid
|
|
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
|
1025
1025
|
# @type RequestId: String
|
|
1026
1026
|
|
|
1027
1027
|
attr_accessor :RequestId
|
|
1028
|
-
|
|
1028
|
+
|
|
1029
1029
|
def initialize(requestid=nil)
|
|
1030
1030
|
@RequestId = requestid
|
|
1031
1031
|
end
|
|
@@ -1043,7 +1043,7 @@ module TencentCloud
|
|
|
1043
1043
|
# @type SdkAppId: Integer
|
|
1044
1044
|
|
|
1045
1045
|
attr_accessor :GroupIds, :SdkAppId
|
|
1046
|
-
|
|
1046
|
+
|
|
1047
1047
|
def initialize(groupids=nil, sdkappid=nil)
|
|
1048
1048
|
@GroupIds = groupids
|
|
1049
1049
|
@SdkAppId = sdkappid
|
|
@@ -1061,7 +1061,7 @@ module TencentCloud
|
|
|
1061
1061
|
# @type RequestId: String
|
|
1062
1062
|
|
|
1063
1063
|
attr_accessor :RequestId
|
|
1064
|
-
|
|
1064
|
+
|
|
1065
1065
|
def initialize(requestid=nil)
|
|
1066
1066
|
@RequestId = requestid
|
|
1067
1067
|
end
|
|
@@ -1079,7 +1079,7 @@ module TencentCloud
|
|
|
1079
1079
|
# @type SdkAppId: Integer
|
|
1080
1080
|
|
|
1081
1081
|
attr_accessor :RoomId, :SdkAppId
|
|
1082
|
-
|
|
1082
|
+
|
|
1083
1083
|
def initialize(roomid=nil, sdkappid=nil)
|
|
1084
1084
|
@RoomId = roomid
|
|
1085
1085
|
@SdkAppId = sdkappid
|
|
@@ -1097,7 +1097,7 @@ module TencentCloud
|
|
|
1097
1097
|
# @type RequestId: String
|
|
1098
1098
|
|
|
1099
1099
|
attr_accessor :RequestId
|
|
1100
|
-
|
|
1100
|
+
|
|
1101
1101
|
def initialize(requestid=nil)
|
|
1102
1102
|
@RequestId = requestid
|
|
1103
1103
|
end
|
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
|
1113
1113
|
# @type RoomId: Integer
|
|
1114
1114
|
|
|
1115
1115
|
attr_accessor :RoomId
|
|
1116
|
-
|
|
1116
|
+
|
|
1117
1117
|
def initialize(roomid=nil)
|
|
1118
1118
|
@RoomId = roomid
|
|
1119
1119
|
end
|
|
@@ -1129,7 +1129,7 @@ module TencentCloud
|
|
|
1129
1129
|
# @type RequestId: String
|
|
1130
1130
|
|
|
1131
1131
|
attr_accessor :RequestId
|
|
1132
|
-
|
|
1132
|
+
|
|
1133
1133
|
def initialize(requestid=nil)
|
|
1134
1134
|
@RequestId = requestid
|
|
1135
1135
|
end
|
|
@@ -1147,7 +1147,7 @@ module TencentCloud
|
|
|
1147
1147
|
# @type Users: Array
|
|
1148
1148
|
|
|
1149
1149
|
attr_accessor :SdkAppId, :Users
|
|
1150
|
-
|
|
1150
|
+
|
|
1151
1151
|
def initialize(sdkappid=nil, users=nil)
|
|
1152
1152
|
@SdkAppId = sdkappid
|
|
1153
1153
|
@Users = users
|
|
@@ -1165,7 +1165,7 @@ module TencentCloud
|
|
|
1165
1165
|
# @type RequestId: String
|
|
1166
1166
|
|
|
1167
1167
|
attr_accessor :RequestId
|
|
1168
|
-
|
|
1168
|
+
|
|
1169
1169
|
def initialize(requestid=nil)
|
|
1170
1170
|
@RequestId = requestid
|
|
1171
1171
|
end
|
|
@@ -1185,7 +1185,7 @@ module TencentCloud
|
|
|
1185
1185
|
# @type Limit: Integer
|
|
1186
1186
|
|
|
1187
1187
|
attr_accessor :QuestionId, :Page, :Limit
|
|
1188
|
-
|
|
1188
|
+
|
|
1189
1189
|
def initialize(questionid=nil, page=nil, limit=nil)
|
|
1190
1190
|
@QuestionId = questionid
|
|
1191
1191
|
@Page = page
|
|
@@ -1210,7 +1210,7 @@ module TencentCloud
|
|
|
1210
1210
|
# @type RequestId: String
|
|
1211
1211
|
|
|
1212
1212
|
attr_accessor :Total, :AnswerInfo, :RequestId
|
|
1213
|
-
|
|
1213
|
+
|
|
1214
1214
|
def initialize(total=nil, answerinfo=nil, requestid=nil)
|
|
1215
1215
|
@Total = total
|
|
1216
1216
|
@AnswerInfo = answerinfo
|
|
@@ -1239,7 +1239,7 @@ module TencentCloud
|
|
|
1239
1239
|
# @type DeveloperId: String
|
|
1240
1240
|
|
|
1241
1241
|
attr_accessor :ApplicationId, :DeveloperId
|
|
1242
|
-
|
|
1242
|
+
|
|
1243
1243
|
def initialize(applicationid=nil, developerid=nil)
|
|
1244
1244
|
@ApplicationId = applicationid
|
|
1245
1245
|
@DeveloperId = developerid
|
|
@@ -1263,7 +1263,7 @@ module TencentCloud
|
|
|
1263
1263
|
# @type RequestId: String
|
|
1264
1264
|
|
|
1265
1265
|
attr_accessor :SdkAppId, :AppConfig, :SceneConfig, :RequestId
|
|
1266
|
-
|
|
1266
|
+
|
|
1267
1267
|
def initialize(sdkappid=nil, appconfig=nil, sceneconfig=nil, requestid=nil)
|
|
1268
1268
|
@SdkAppId = sdkappid
|
|
1269
1269
|
@AppConfig = appconfig
|
|
@@ -1299,7 +1299,7 @@ module TencentCloud
|
|
|
1299
1299
|
# @type Limit: Integer
|
|
1300
1300
|
|
|
1301
1301
|
attr_accessor :RoomId, :Page, :Limit
|
|
1302
|
-
|
|
1302
|
+
|
|
1303
1303
|
def initialize(roomid=nil, page=nil, limit=nil)
|
|
1304
1304
|
@RoomId = roomid
|
|
1305
1305
|
@Page = page
|
|
@@ -1323,7 +1323,7 @@ module TencentCloud
|
|
|
1323
1323
|
# @type RequestId: String
|
|
1324
1324
|
|
|
1325
1325
|
attr_accessor :Total, :MemberRecords, :RequestId
|
|
1326
|
-
|
|
1326
|
+
|
|
1327
1327
|
def initialize(total=nil, memberrecords=nil, requestid=nil)
|
|
1328
1328
|
@Total = total
|
|
1329
1329
|
@MemberRecords = memberrecords
|
|
@@ -1347,7 +1347,7 @@ module TencentCloud
|
|
|
1347
1347
|
# DescribeDeveloper请求参数结构体
|
|
1348
1348
|
class DescribeDeveloperRequest < TencentCloud::Common::AbstractModel
|
|
1349
1349
|
|
|
1350
|
-
|
|
1350
|
+
|
|
1351
1351
|
def initialize()
|
|
1352
1352
|
end
|
|
1353
1353
|
|
|
@@ -1363,7 +1363,7 @@ module TencentCloud
|
|
|
1363
1363
|
# @type RequestId: String
|
|
1364
1364
|
|
|
1365
1365
|
attr_accessor :DeveloperId, :RequestId
|
|
1366
|
-
|
|
1366
|
+
|
|
1367
1367
|
def initialize(developerid=nil, requestid=nil)
|
|
1368
1368
|
@DeveloperId = developerid
|
|
1369
1369
|
@RequestId = requestid
|
|
@@ -1381,7 +1381,7 @@ module TencentCloud
|
|
|
1381
1381
|
# @type DocumentId: String
|
|
1382
1382
|
|
|
1383
1383
|
attr_accessor :DocumentId
|
|
1384
|
-
|
|
1384
|
+
|
|
1385
1385
|
def initialize(documentid=nil)
|
|
1386
1386
|
@DocumentId = documentid
|
|
1387
1387
|
end
|
|
@@ -1425,7 +1425,7 @@ module TencentCloud
|
|
|
1425
1425
|
# @type RequestId: String
|
|
1426
1426
|
|
|
1427
1427
|
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :RequestId
|
|
1428
|
-
|
|
1428
|
+
|
|
1429
1429
|
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, requestid=nil)
|
|
1430
1430
|
@DocumentId = documentid
|
|
1431
1431
|
@DocumentUrl = documenturl
|
|
@@ -1484,7 +1484,7 @@ module TencentCloud
|
|
|
1484
1484
|
# @type Owner: String
|
|
1485
1485
|
|
|
1486
1486
|
attr_accessor :RoomId, :SdkAppId, :Page, :Limit, :Permission, :Owner
|
|
1487
|
-
|
|
1487
|
+
|
|
1488
1488
|
def initialize(roomid=nil, sdkappid=nil, page=nil, limit=nil, permission=nil, owner=nil)
|
|
1489
1489
|
@RoomId = roomid
|
|
1490
1490
|
@SdkAppId = sdkappid
|
|
@@ -1515,7 +1515,7 @@ module TencentCloud
|
|
|
1515
1515
|
# @type RequestId: String
|
|
1516
1516
|
|
|
1517
1517
|
attr_accessor :Documents, :Total, :RequestId
|
|
1518
|
-
|
|
1518
|
+
|
|
1519
1519
|
def initialize(documents=nil, total=nil, requestid=nil)
|
|
1520
1520
|
@Documents = documents
|
|
1521
1521
|
@Total = total
|
|
@@ -1554,7 +1554,7 @@ module TencentCloud
|
|
|
1554
1554
|
# @type DocumentId: Array
|
|
1555
1555
|
|
|
1556
1556
|
attr_accessor :SchoolId, :Page, :Limit, :Permission, :Owner, :Keyword, :DocumentId
|
|
1557
|
-
|
|
1557
|
+
|
|
1558
1558
|
def initialize(schoolid=nil, page=nil, limit=nil, permission=nil, owner=nil, keyword=nil, documentid=nil)
|
|
1559
1559
|
@SchoolId = schoolid
|
|
1560
1560
|
@Page = page
|
|
@@ -1587,7 +1587,7 @@ module TencentCloud
|
|
|
1587
1587
|
# @type RequestId: String
|
|
1588
1588
|
|
|
1589
1589
|
attr_accessor :Total, :Documents, :RequestId
|
|
1590
|
-
|
|
1590
|
+
|
|
1591
1591
|
def initialize(total=nil, documents=nil, requestid=nil)
|
|
1592
1592
|
@Total = total
|
|
1593
1593
|
@Documents = documents
|
|
@@ -1622,7 +1622,7 @@ module TencentCloud
|
|
|
1622
1622
|
# @type MemberId: String
|
|
1623
1623
|
|
|
1624
1624
|
attr_accessor :SdkAppId, :Page, :Limit, :TeacherId, :MemberId
|
|
1625
|
-
|
|
1625
|
+
|
|
1626
1626
|
def initialize(sdkappid=nil, page=nil, limit=nil, teacherid=nil, memberid=nil)
|
|
1627
1627
|
@SdkAppId = sdkappid
|
|
1628
1628
|
@Page = page
|
|
@@ -1651,7 +1651,7 @@ module TencentCloud
|
|
|
1651
1651
|
# @type RequestId: String
|
|
1652
1652
|
|
|
1653
1653
|
attr_accessor :Total, :GroupInfos, :RequestId
|
|
1654
|
-
|
|
1654
|
+
|
|
1655
1655
|
def initialize(total=nil, groupinfos=nil, requestid=nil)
|
|
1656
1656
|
@Total = total
|
|
1657
1657
|
@GroupInfos = groupinfos
|
|
@@ -1684,7 +1684,7 @@ module TencentCloud
|
|
|
1684
1684
|
# @type Limit: Integer
|
|
1685
1685
|
|
|
1686
1686
|
attr_accessor :GroupId, :SdkAppId, :Page, :Limit
|
|
1687
|
-
|
|
1687
|
+
|
|
1688
1688
|
def initialize(groupid=nil, sdkappid=nil, page=nil, limit=nil)
|
|
1689
1689
|
@GroupId = groupid
|
|
1690
1690
|
@SdkAppId = sdkappid
|
|
@@ -1711,7 +1711,7 @@ module TencentCloud
|
|
|
1711
1711
|
# @type RequestId: String
|
|
1712
1712
|
|
|
1713
1713
|
attr_accessor :Total, :MemberIds, :RequestId
|
|
1714
|
-
|
|
1714
|
+
|
|
1715
1715
|
def initialize(total=nil, memberids=nil, requestid=nil)
|
|
1716
1716
|
@Total = total
|
|
1717
1717
|
@MemberIds = memberids
|
|
@@ -1733,7 +1733,7 @@ module TencentCloud
|
|
|
1733
1733
|
# @type SdkAppId: Integer
|
|
1734
1734
|
|
|
1735
1735
|
attr_accessor :GroupId, :SdkAppId
|
|
1736
|
-
|
|
1736
|
+
|
|
1737
1737
|
def initialize(groupid=nil, sdkappid=nil)
|
|
1738
1738
|
@GroupId = groupid
|
|
1739
1739
|
@SdkAppId = sdkappid
|
|
@@ -1765,7 +1765,7 @@ module TencentCloud
|
|
|
1765
1765
|
# @type RequestId: String
|
|
1766
1766
|
|
|
1767
1767
|
attr_accessor :GroupId, :GroupName, :TeacherId, :GroupType, :SubGroupIds, :RequestId
|
|
1768
|
-
|
|
1768
|
+
|
|
1769
1769
|
def initialize(groupid=nil, groupname=nil, teacherid=nil, grouptype=nil, subgroupids=nil, requestid=nil)
|
|
1770
1770
|
@GroupId = groupid
|
|
1771
1771
|
@GroupName = groupname
|
|
@@ -1795,7 +1795,7 @@ module TencentCloud
|
|
|
1795
1795
|
# @type Limit: Integer
|
|
1796
1796
|
|
|
1797
1797
|
attr_accessor :RoomId, :Page, :Limit
|
|
1798
|
-
|
|
1798
|
+
|
|
1799
1799
|
def initialize(roomid=nil, page=nil, limit=nil)
|
|
1800
1800
|
@RoomId = roomid
|
|
1801
1801
|
@Page = page
|
|
@@ -1820,7 +1820,7 @@ module TencentCloud
|
|
|
1820
1820
|
# @type RequestId: String
|
|
1821
1821
|
|
|
1822
1822
|
attr_accessor :Total, :QuestionInfo, :RequestId
|
|
1823
|
-
|
|
1823
|
+
|
|
1824
1824
|
def initialize(total=nil, questioninfo=nil, requestid=nil)
|
|
1825
1825
|
@Total = total
|
|
1826
1826
|
@QuestionInfo = questioninfo
|
|
@@ -1847,7 +1847,7 @@ module TencentCloud
|
|
|
1847
1847
|
# @type RoomId: Integer
|
|
1848
1848
|
|
|
1849
1849
|
attr_accessor :RoomId
|
|
1850
|
-
|
|
1850
|
+
|
|
1851
1851
|
def initialize(roomid=nil)
|
|
1852
1852
|
@RoomId = roomid
|
|
1853
1853
|
end
|
|
@@ -1911,7 +1911,7 @@ module TencentCloud
|
|
|
1911
1911
|
# @type RequestId: String
|
|
1912
1912
|
|
|
1913
1913
|
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :RequestId
|
|
1914
|
-
|
|
1914
|
+
|
|
1915
1915
|
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, requestid=nil)
|
|
1916
1916
|
@Name = name
|
|
1917
1917
|
@StartTime = starttime
|
|
@@ -1963,7 +1963,7 @@ module TencentCloud
|
|
|
1963
1963
|
# @type Limit: Integer
|
|
1964
1964
|
|
|
1965
1965
|
attr_accessor :RoomId, :Page, :Limit
|
|
1966
|
-
|
|
1966
|
+
|
|
1967
1967
|
def initialize(roomid=nil, page=nil, limit=nil)
|
|
1968
1968
|
@RoomId = roomid
|
|
1969
1969
|
@Page = page
|
|
@@ -2001,7 +2001,7 @@ module TencentCloud
|
|
|
2001
2001
|
# @type RequestId: String
|
|
2002
2002
|
|
|
2003
2003
|
attr_accessor :PeakMemberNumber, :MemberNumber, :Total, :MemberRecords, :RealStartTime, :RealEndTime, :MessageCount, :MicCount, :RequestId
|
|
2004
|
-
|
|
2004
|
+
|
|
2005
2005
|
def initialize(peakmembernumber=nil, membernumber=nil, total=nil, memberrecords=nil, realstarttime=nil, realendtime=nil, messagecount=nil, miccount=nil, requestid=nil)
|
|
2006
2006
|
@PeakMemberNumber = peakmembernumber
|
|
2007
2007
|
@MemberNumber = membernumber
|
|
@@ -2044,7 +2044,7 @@ module TencentCloud
|
|
|
2044
2044
|
# @type Limit: Integer
|
|
2045
2045
|
|
|
2046
2046
|
attr_accessor :SdkAppId, :Page, :Limit
|
|
2047
|
-
|
|
2047
|
+
|
|
2048
2048
|
def initialize(sdkappid=nil, page=nil, limit=nil)
|
|
2049
2049
|
@SdkAppId = sdkappid
|
|
2050
2050
|
@Page = page
|
|
@@ -2069,7 +2069,7 @@ module TencentCloud
|
|
|
2069
2069
|
# @type RequestId: String
|
|
2070
2070
|
|
|
2071
2071
|
attr_accessor :Total, :Users, :RequestId
|
|
2072
|
-
|
|
2072
|
+
|
|
2073
2073
|
def initialize(total=nil, users=nil, requestid=nil)
|
|
2074
2074
|
@Total = total
|
|
2075
2075
|
@Users = users
|
|
@@ -2100,7 +2100,7 @@ module TencentCloud
|
|
|
2100
2100
|
# @type Page: Integer
|
|
2101
2101
|
|
|
2102
2102
|
attr_accessor :SdkAppId, :Limit, :Page
|
|
2103
|
-
|
|
2103
|
+
|
|
2104
2104
|
def initialize(sdkappid=nil, limit=nil, page=nil)
|
|
2105
2105
|
@SdkAppId = sdkappid
|
|
2106
2106
|
@Limit = limit
|
|
@@ -2128,7 +2128,7 @@ module TencentCloud
|
|
|
2128
2128
|
# @type RequestId: String
|
|
2129
2129
|
|
|
2130
2130
|
attr_accessor :Total, :Page, :Limit, :UserIds, :RequestId
|
|
2131
|
-
|
|
2131
|
+
|
|
2132
2132
|
def initialize(total=nil, page=nil, limit=nil, userids=nil, requestid=nil)
|
|
2133
2133
|
@Total = total
|
|
2134
2134
|
@Page = page
|
|
@@ -2152,7 +2152,7 @@ module TencentCloud
|
|
|
2152
2152
|
# @type UserId: String
|
|
2153
2153
|
|
|
2154
2154
|
attr_accessor :UserId
|
|
2155
|
-
|
|
2155
|
+
|
|
2156
2156
|
def initialize(userid=nil)
|
|
2157
2157
|
@UserId = userid
|
|
2158
2158
|
end
|
|
@@ -2176,7 +2176,7 @@ module TencentCloud
|
|
|
2176
2176
|
# @type RequestId: String
|
|
2177
2177
|
|
|
2178
2178
|
attr_accessor :SdkAppId, :UserId, :Name, :Avatar, :RequestId
|
|
2179
|
-
|
|
2179
|
+
|
|
2180
2180
|
def initialize(sdkappid=nil, userid=nil, name=nil, avatar=nil, requestid=nil)
|
|
2181
2181
|
@SdkAppId = sdkappid
|
|
2182
2182
|
@UserId = userid
|
|
@@ -2252,7 +2252,7 @@ module TencentCloud
|
|
|
2252
2252
|
# @type Cover: String
|
|
2253
2253
|
|
|
2254
2254
|
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Width, :Height, :Cover
|
|
2255
|
-
|
|
2255
|
+
|
|
2256
2256
|
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, width=nil, height=nil, cover=nil)
|
|
2257
2257
|
@DocumentId = documentid
|
|
2258
2258
|
@DocumentUrl = documenturl
|
|
@@ -2302,7 +2302,7 @@ module TencentCloud
|
|
|
2302
2302
|
# @type RoomId: Integer
|
|
2303
2303
|
|
|
2304
2304
|
attr_accessor :RoomId
|
|
2305
|
-
|
|
2305
|
+
|
|
2306
2306
|
def initialize(roomid=nil)
|
|
2307
2307
|
@RoomId = roomid
|
|
2308
2308
|
end
|
|
@@ -2318,7 +2318,7 @@ module TencentCloud
|
|
|
2318
2318
|
# @type RequestId: String
|
|
2319
2319
|
|
|
2320
2320
|
attr_accessor :RequestId
|
|
2321
|
-
|
|
2321
|
+
|
|
2322
2322
|
def initialize(requestid=nil)
|
|
2323
2323
|
@RequestId = requestid
|
|
2324
2324
|
end
|
|
@@ -2338,7 +2338,7 @@ module TencentCloud
|
|
|
2338
2338
|
# @type UserId: String
|
|
2339
2339
|
|
|
2340
2340
|
attr_accessor :RoomId, :UserId
|
|
2341
|
-
|
|
2341
|
+
|
|
2342
2342
|
def initialize(roomid=nil, userid=nil)
|
|
2343
2343
|
@RoomId = roomid
|
|
2344
2344
|
@UserId = userid
|
|
@@ -2370,7 +2370,7 @@ module TencentCloud
|
|
|
2370
2370
|
# @type EventData: :class:`Tencentcloud::Lcic.v20220817.models.EventDataInfo`
|
|
2371
2371
|
|
|
2372
2372
|
attr_accessor :Timestamp, :EventType, :EventData
|
|
2373
|
-
|
|
2373
|
+
|
|
2374
2374
|
def initialize(timestamp=nil, eventtype=nil, eventdata=nil)
|
|
2375
2375
|
@Timestamp = timestamp
|
|
2376
2376
|
@EventType = eventtype
|
|
@@ -2406,7 +2406,7 @@ module TencentCloud
|
|
|
2406
2406
|
# @type Keyword: String
|
|
2407
2407
|
|
|
2408
2408
|
attr_accessor :RoomId, :SdkAppId, :Page, :Limit, :Keyword
|
|
2409
|
-
|
|
2409
|
+
|
|
2410
2410
|
def initialize(roomid=nil, sdkappid=nil, page=nil, limit=nil, keyword=nil)
|
|
2411
2411
|
@RoomId = roomid
|
|
2412
2412
|
@SdkAppId = sdkappid
|
|
@@ -2435,7 +2435,7 @@ module TencentCloud
|
|
|
2435
2435
|
# @type RequestId: String
|
|
2436
2436
|
|
|
2437
2437
|
attr_accessor :Total, :Events, :RequestId
|
|
2438
|
-
|
|
2438
|
+
|
|
2439
2439
|
def initialize(total=nil, events=nil, requestid=nil)
|
|
2440
2440
|
@Total = total
|
|
2441
2441
|
@Events = events
|
|
@@ -2468,7 +2468,7 @@ module TencentCloud
|
|
|
2468
2468
|
# @type Limit: Integer
|
|
2469
2469
|
|
|
2470
2470
|
attr_accessor :SdkAppId, :RoomId, :Seq, :Limit
|
|
2471
|
-
|
|
2471
|
+
|
|
2472
2472
|
def initialize(sdkappid=nil, roomid=nil, seq=nil, limit=nil)
|
|
2473
2473
|
@SdkAppId = sdkappid
|
|
2474
2474
|
@RoomId = roomid
|
|
@@ -2492,7 +2492,7 @@ module TencentCloud
|
|
|
2492
2492
|
# @type RequestId: String
|
|
2493
2493
|
|
|
2494
2494
|
attr_accessor :Messages, :RequestId
|
|
2495
|
-
|
|
2495
|
+
|
|
2496
2496
|
def initialize(messages=nil, requestid=nil)
|
|
2497
2497
|
@Messages = messages
|
|
2498
2498
|
@RequestId = requestid
|
|
@@ -2525,7 +2525,7 @@ module TencentCloud
|
|
|
2525
2525
|
# @type Limit: Integer
|
|
2526
2526
|
|
|
2527
2527
|
attr_accessor :SdkAppId, :StartTime, :EndTime, :Page, :Limit
|
|
2528
|
-
|
|
2528
|
+
|
|
2529
2529
|
def initialize(sdkappid=nil, starttime=nil, endtime=nil, page=nil, limit=nil)
|
|
2530
2530
|
@SdkAppId = sdkappid
|
|
2531
2531
|
@StartTime = starttime
|
|
@@ -2553,7 +2553,7 @@ module TencentCloud
|
|
|
2553
2553
|
# @type RequestId: String
|
|
2554
2554
|
|
|
2555
2555
|
attr_accessor :Total, :Rooms, :RequestId
|
|
2556
|
-
|
|
2556
|
+
|
|
2557
2557
|
def initialize(total=nil, rooms=nil, requestid=nil)
|
|
2558
2558
|
@Total = total
|
|
2559
2559
|
@Rooms = rooms
|
|
@@ -2580,7 +2580,7 @@ module TencentCloud
|
|
|
2580
2580
|
# @type SdkAppId: Integer
|
|
2581
2581
|
|
|
2582
2582
|
attr_accessor :SdkAppId
|
|
2583
|
-
|
|
2583
|
+
|
|
2584
2584
|
def initialize(sdkappid=nil)
|
|
2585
2585
|
@SdkAppId = sdkappid
|
|
2586
2586
|
end
|
|
@@ -2608,7 +2608,7 @@ module TencentCloud
|
|
|
2608
2608
|
# @type RequestId: String
|
|
2609
2609
|
|
|
2610
2610
|
attr_accessor :TeacherLogo, :BoardLogo, :BackgroundPicture, :Text, :RequestId
|
|
2611
|
-
|
|
2611
|
+
|
|
2612
2612
|
def initialize(teacherlogo=nil, boardlogo=nil, backgroundpicture=nil, text=nil, requestid=nil)
|
|
2613
2613
|
@TeacherLogo = teacherlogo
|
|
2614
2614
|
@BoardLogo = boardlogo
|
|
@@ -2646,7 +2646,7 @@ module TencentCloud
|
|
|
2646
2646
|
# @type TeacherId: String
|
|
2647
2647
|
|
|
2648
2648
|
attr_accessor :GroupName, :TeacherId
|
|
2649
|
-
|
|
2649
|
+
|
|
2650
2650
|
def initialize(groupname=nil, teacherid=nil)
|
|
2651
2651
|
@GroupName = groupname
|
|
2652
2652
|
@TeacherId = teacherid
|
|
@@ -2679,7 +2679,7 @@ module TencentCloud
|
|
|
2679
2679
|
# @type SubGroupIds: String
|
|
2680
2680
|
|
|
2681
2681
|
attr_accessor :GroupId, :GroupName, :TeacherId, :GroupType, :SubGroupIds
|
|
2682
|
-
|
|
2682
|
+
|
|
2683
2683
|
def initialize(groupid=nil, groupname=nil, teacherid=nil, grouptype=nil, subgroupids=nil)
|
|
2684
2684
|
@GroupId = groupid
|
|
2685
2685
|
@GroupName = groupname
|
|
@@ -2713,7 +2713,7 @@ module TencentCloud
|
|
|
2713
2713
|
# @type Duration: Integer
|
|
2714
2714
|
|
|
2715
2715
|
attr_accessor :RoomId, :SdkAppId, :UserId, :KickType, :Duration
|
|
2716
|
-
|
|
2716
|
+
|
|
2717
2717
|
def initialize(roomid=nil, sdkappid=nil, userid=nil, kicktype=nil, duration=nil)
|
|
2718
2718
|
@RoomId = roomid
|
|
2719
2719
|
@SdkAppId = sdkappid
|
|
@@ -2737,7 +2737,7 @@ module TencentCloud
|
|
|
2737
2737
|
# @type RequestId: String
|
|
2738
2738
|
|
|
2739
2739
|
attr_accessor :RequestId
|
|
2740
|
-
|
|
2740
|
+
|
|
2741
2741
|
def initialize(requestid=nil)
|
|
2742
2742
|
@RequestId = requestid
|
|
2743
2743
|
end
|
|
@@ -2755,7 +2755,7 @@ module TencentCloud
|
|
|
2755
2755
|
# @type OriginId: String
|
|
2756
2756
|
|
|
2757
2757
|
attr_accessor :SdkAppId, :OriginId
|
|
2758
|
-
|
|
2758
|
+
|
|
2759
2759
|
def initialize(sdkappid=nil, originid=nil)
|
|
2760
2760
|
@SdkAppId = sdkappid
|
|
2761
2761
|
@OriginId = originid
|
|
@@ -2777,7 +2777,7 @@ module TencentCloud
|
|
|
2777
2777
|
# @type RequestId: String
|
|
2778
2778
|
|
|
2779
2779
|
attr_accessor :UserId, :Token, :RequestId
|
|
2780
|
-
|
|
2780
|
+
|
|
2781
2781
|
def initialize(userid=nil, token=nil, requestid=nil)
|
|
2782
2782
|
@UserId = userid
|
|
2783
2783
|
@Token = token
|
|
@@ -2797,7 +2797,7 @@ module TencentCloud
|
|
|
2797
2797
|
# @type UserId: String
|
|
2798
2798
|
|
|
2799
2799
|
attr_accessor :UserId
|
|
2800
|
-
|
|
2800
|
+
|
|
2801
2801
|
def initialize(userid=nil)
|
|
2802
2802
|
@UserId = userid
|
|
2803
2803
|
end
|
|
@@ -2817,7 +2817,7 @@ module TencentCloud
|
|
|
2817
2817
|
# @type RequestId: String
|
|
2818
2818
|
|
|
2819
2819
|
attr_accessor :UserId, :Token, :RequestId
|
|
2820
|
-
|
|
2820
|
+
|
|
2821
2821
|
def initialize(userid=nil, token=nil, requestid=nil)
|
|
2822
2822
|
@UserId = userid
|
|
2823
2823
|
@Token = token
|
|
@@ -2877,7 +2877,7 @@ module TencentCloud
|
|
|
2877
2877
|
# @type Stage: Integer
|
|
2878
2878
|
|
|
2879
2879
|
attr_accessor :UserId, :UserName, :PresentTime, :Camera, :Mic, :Silence, :AnswerQuestions, :HandUps, :FirstJoinTimestamp, :LastQuitTimestamp, :Rewords, :IPAddress, :Location, :Device, :PerMemberMicCount, :PerMemberMessageCount, :Role, :GroupId, :SubGroupId, :Stage
|
|
2880
|
-
|
|
2880
|
+
|
|
2881
2881
|
def initialize(userid=nil, username=nil, presenttime=nil, camera=nil, mic=nil, silence=nil, answerquestions=nil, handups=nil, firstjointimestamp=nil, lastquittimestamp=nil, rewords=nil, ipaddress=nil, location=nil, device=nil, permembermiccount=nil, permembermessagecount=nil, role=nil, groupid=nil, subgroupid=nil, stage=nil)
|
|
2882
2882
|
@UserId = userid
|
|
2883
2883
|
@UserName = username
|
|
@@ -2938,7 +2938,7 @@ module TencentCloud
|
|
|
2938
2938
|
# @type ImageMessage: String
|
|
2939
2939
|
|
|
2940
2940
|
attr_accessor :MessageType, :TextMessage, :ImageMessage
|
|
2941
|
-
|
|
2941
|
+
|
|
2942
2942
|
def initialize(messagetype=nil, textmessage=nil, imagemessage=nil)
|
|
2943
2943
|
@MessageType = messagetype
|
|
2944
2944
|
@TextMessage = textmessage
|
|
@@ -2968,7 +2968,7 @@ module TencentCloud
|
|
|
2968
2968
|
# @type MessageBody: Array
|
|
2969
2969
|
|
|
2970
2970
|
attr_accessor :Timestamp, :FromAccount, :Seq, :MessageBody
|
|
2971
|
-
|
|
2971
|
+
|
|
2972
2972
|
def initialize(timestamp=nil, fromaccount=nil, seq=nil, messagebody=nil)
|
|
2973
2973
|
@Timestamp = timestamp
|
|
2974
2974
|
@FromAccount = fromaccount
|
|
@@ -3001,7 +3001,7 @@ module TencentCloud
|
|
|
3001
3001
|
# @type CallbackKey: String
|
|
3002
3002
|
|
|
3003
3003
|
attr_accessor :SdkAppId, :Callback, :CallbackKey
|
|
3004
|
-
|
|
3004
|
+
|
|
3005
3005
|
def initialize(sdkappid=nil, callback=nil, callbackkey=nil)
|
|
3006
3006
|
@SdkAppId = sdkappid
|
|
3007
3007
|
@Callback = callback
|
|
@@ -3021,7 +3021,7 @@ module TencentCloud
|
|
|
3021
3021
|
# @type RequestId: String
|
|
3022
3022
|
|
|
3023
3023
|
attr_accessor :RequestId
|
|
3024
|
-
|
|
3024
|
+
|
|
3025
3025
|
def initialize(requestid=nil)
|
|
3026
3026
|
@RequestId = requestid
|
|
3027
3027
|
end
|
|
@@ -3043,7 +3043,7 @@ module TencentCloud
|
|
|
3043
3043
|
# @type GroupName: String
|
|
3044
3044
|
|
|
3045
3045
|
attr_accessor :GroupId, :SdkAppId, :TeacherId, :GroupName
|
|
3046
|
-
|
|
3046
|
+
|
|
3047
3047
|
def initialize(groupid=nil, sdkappid=nil, teacherid=nil, groupname=nil)
|
|
3048
3048
|
@GroupId = groupid
|
|
3049
3049
|
@SdkAppId = sdkappid
|
|
@@ -3065,7 +3065,7 @@ module TencentCloud
|
|
|
3065
3065
|
# @type RequestId: String
|
|
3066
3066
|
|
|
3067
3067
|
attr_accessor :RequestId
|
|
3068
|
-
|
|
3068
|
+
|
|
3069
3069
|
def initialize(requestid=nil)
|
|
3070
3070
|
@RequestId = requestid
|
|
3071
3071
|
end
|
|
@@ -3127,7 +3127,7 @@ module TencentCloud
|
|
|
3127
3127
|
# @type EnableDirectControl: Integer
|
|
3128
3128
|
|
|
3129
3129
|
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl
|
|
3130
|
-
|
|
3130
|
+
|
|
3131
3131
|
def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil)
|
|
3132
3132
|
@RoomId = roomid
|
|
3133
3133
|
@SdkAppId = sdkappid
|
|
@@ -3171,7 +3171,7 @@ module TencentCloud
|
|
|
3171
3171
|
# @type RequestId: String
|
|
3172
3172
|
|
|
3173
3173
|
attr_accessor :RequestId
|
|
3174
|
-
|
|
3174
|
+
|
|
3175
3175
|
def initialize(requestid=nil)
|
|
3176
3176
|
@RequestId = requestid
|
|
3177
3177
|
end
|
|
@@ -3191,7 +3191,7 @@ module TencentCloud
|
|
|
3191
3191
|
# @type Avatar: String
|
|
3192
3192
|
|
|
3193
3193
|
attr_accessor :UserId, :Nickname, :Avatar
|
|
3194
|
-
|
|
3194
|
+
|
|
3195
3195
|
def initialize(userid=nil, nickname=nil, avatar=nil)
|
|
3196
3196
|
@UserId = userid
|
|
3197
3197
|
@Nickname = nickname
|
|
@@ -3211,7 +3211,7 @@ module TencentCloud
|
|
|
3211
3211
|
# @type RequestId: String
|
|
3212
3212
|
|
|
3213
3213
|
attr_accessor :RequestId
|
|
3214
|
-
|
|
3214
|
+
|
|
3215
3215
|
def initialize(requestid=nil)
|
|
3216
3216
|
@RequestId = requestid
|
|
3217
3217
|
end
|
|
@@ -3236,7 +3236,7 @@ module TencentCloud
|
|
|
3236
3236
|
# @type AnswerStats: Array
|
|
3237
3237
|
|
|
3238
3238
|
attr_accessor :QuestionId, :QuestionContent, :Duration, :CorrectAnswer, :AnswerStats
|
|
3239
|
-
|
|
3239
|
+
|
|
3240
3240
|
def initialize(questionid=nil, questioncontent=nil, duration=nil, correctanswer=nil, answerstats=nil)
|
|
3241
3241
|
@QuestionId = questionid
|
|
3242
3242
|
@QuestionContent = questioncontent
|
|
@@ -3273,7 +3273,7 @@ module TencentCloud
|
|
|
3273
3273
|
# @type Avatar: String
|
|
3274
3274
|
|
|
3275
3275
|
attr_accessor :SdkAppId, :Name, :OriginId, :Avatar
|
|
3276
|
-
|
|
3276
|
+
|
|
3277
3277
|
def initialize(sdkappid=nil, name=nil, originid=nil, avatar=nil)
|
|
3278
3278
|
@SdkAppId = sdkappid
|
|
3279
3279
|
@Name = name
|
|
@@ -3299,7 +3299,7 @@ module TencentCloud
|
|
|
3299
3299
|
# @type RequestId: String
|
|
3300
3300
|
|
|
3301
3301
|
attr_accessor :UserId, :Token, :RequestId
|
|
3302
|
-
|
|
3302
|
+
|
|
3303
3303
|
def initialize(userid=nil, token=nil, requestid=nil)
|
|
3304
3304
|
@UserId = userid
|
|
3305
3305
|
@Token = token
|
|
@@ -3351,7 +3351,7 @@ module TencentCloud
|
|
|
3351
3351
|
# @type EnableDirectControl: Integer
|
|
3352
3352
|
|
|
3353
3353
|
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl
|
|
3354
|
-
|
|
3354
|
+
|
|
3355
3355
|
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil)
|
|
3356
3356
|
@Name = name
|
|
3357
3357
|
@StartTime = starttime
|
|
@@ -3438,7 +3438,7 @@ module TencentCloud
|
|
|
3438
3438
|
# @type EnableDirectControl: Integer
|
|
3439
3439
|
|
|
3440
3440
|
attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl
|
|
3441
|
-
|
|
3441
|
+
|
|
3442
3442
|
def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil, maxmicnumber=nil, enabledirectcontrol=nil)
|
|
3443
3443
|
@Name = name
|
|
3444
3444
|
@RoomId = roomid
|
|
@@ -3475,7 +3475,7 @@ module TencentCloud
|
|
|
3475
3475
|
# 场景配置
|
|
3476
3476
|
class SceneItem < TencentCloud::Common::AbstractModel
|
|
3477
3477
|
|
|
3478
|
-
|
|
3478
|
+
|
|
3479
3479
|
def initialize()
|
|
3480
3480
|
end
|
|
3481
3481
|
|
|
@@ -3491,7 +3491,7 @@ module TencentCloud
|
|
|
3491
3491
|
# @type SdkAppId: Integer
|
|
3492
3492
|
|
|
3493
3493
|
attr_accessor :CustomContent, :SdkAppId
|
|
3494
|
-
|
|
3494
|
+
|
|
3495
3495
|
def initialize(customcontent=nil, sdkappid=nil)
|
|
3496
3496
|
@CustomContent = customcontent
|
|
3497
3497
|
@SdkAppId = sdkappid
|
|
@@ -3516,7 +3516,7 @@ module TencentCloud
|
|
|
3516
3516
|
# @type RequestId: String
|
|
3517
3517
|
|
|
3518
3518
|
attr_accessor :RequestId
|
|
3519
|
-
|
|
3519
|
+
|
|
3520
3520
|
def initialize(requestid=nil)
|
|
3521
3521
|
@RequestId = requestid
|
|
3522
3522
|
end
|
|
@@ -3558,7 +3558,7 @@ module TencentCloud
|
|
|
3558
3558
|
# @type TextColor: String
|
|
3559
3559
|
|
|
3560
3560
|
attr_accessor :SdkAppId, :TeacherUrl, :BoardUrl, :VideoUrl, :BoardW, :BoardH, :BoardX, :BoardY, :TeacherW, :TeacherH, :TeacherX, :TeacherY, :Text, :TextColor
|
|
3561
|
-
|
|
3561
|
+
|
|
3562
3562
|
def initialize(sdkappid=nil, teacherurl=nil, boardurl=nil, videourl=nil, boardw=nil, boardh=nil, boardx=nil, boardy=nil, teacherw=nil, teacherh=nil, teacherx=nil, teachery=nil, text=nil, textcolor=nil)
|
|
3563
3563
|
@SdkAppId = sdkappid
|
|
3564
3564
|
@TeacherUrl = teacherurl
|
|
@@ -3600,7 +3600,7 @@ module TencentCloud
|
|
|
3600
3600
|
# @type RequestId: String
|
|
3601
3601
|
|
|
3602
3602
|
attr_accessor :RequestId
|
|
3603
|
-
|
|
3603
|
+
|
|
3604
3604
|
def initialize(requestid=nil)
|
|
3605
3605
|
@RequestId = requestid
|
|
3606
3606
|
end
|
|
@@ -3616,7 +3616,7 @@ module TencentCloud
|
|
|
3616
3616
|
# @type RoomId: Integer
|
|
3617
3617
|
|
|
3618
3618
|
attr_accessor :RoomId
|
|
3619
|
-
|
|
3619
|
+
|
|
3620
3620
|
def initialize(roomid=nil)
|
|
3621
3621
|
@RoomId = roomid
|
|
3622
3622
|
end
|
|
@@ -3632,7 +3632,7 @@ module TencentCloud
|
|
|
3632
3632
|
# @type RequestId: String
|
|
3633
3633
|
|
|
3634
3634
|
attr_accessor :RequestId
|
|
3635
|
-
|
|
3635
|
+
|
|
3636
3636
|
def initialize(requestid=nil)
|
|
3637
3637
|
@RequestId = requestid
|
|
3638
3638
|
end
|
|
@@ -3652,7 +3652,7 @@ module TencentCloud
|
|
|
3652
3652
|
# @type Color: String
|
|
3653
3653
|
|
|
3654
3654
|
attr_accessor :Text, :Color
|
|
3655
|
-
|
|
3655
|
+
|
|
3656
3656
|
def initialize(text=nil, color=nil)
|
|
3657
3657
|
@Text = text
|
|
3658
3658
|
@Color = color
|
|
@@ -3672,7 +3672,7 @@ module TencentCloud
|
|
|
3672
3672
|
# @type DocumentId: String
|
|
3673
3673
|
|
|
3674
3674
|
attr_accessor :RoomId, :DocumentId
|
|
3675
|
-
|
|
3675
|
+
|
|
3676
3676
|
def initialize(roomid=nil, documentid=nil)
|
|
3677
3677
|
@RoomId = roomid
|
|
3678
3678
|
@DocumentId = documentid
|
|
@@ -3690,7 +3690,7 @@ module TencentCloud
|
|
|
3690
3690
|
# @type RequestId: String
|
|
3691
3691
|
|
|
3692
3692
|
attr_accessor :RequestId
|
|
3693
|
-
|
|
3693
|
+
|
|
3694
3694
|
def initialize(requestid=nil)
|
|
3695
3695
|
@RequestId = requestid
|
|
3696
3696
|
end
|
|
@@ -3716,7 +3716,7 @@ module TencentCloud
|
|
|
3716
3716
|
# @type Avatar: String
|
|
3717
3717
|
|
|
3718
3718
|
attr_accessor :SdkAppId, :UserId, :Name, :Avatar
|
|
3719
|
-
|
|
3719
|
+
|
|
3720
3720
|
def initialize(sdkappid=nil, userid=nil, name=nil, avatar=nil)
|
|
3721
3721
|
@SdkAppId = sdkappid
|
|
3722
3722
|
@UserId = userid
|
|
@@ -3751,7 +3751,7 @@ module TencentCloud
|
|
|
3751
3751
|
# @type LocationY: Float
|
|
3752
3752
|
|
|
3753
3753
|
attr_accessor :Url, :Width, :Height, :LocationX, :LocationY
|
|
3754
|
-
|
|
3754
|
+
|
|
3755
3755
|
def initialize(url=nil, width=nil, height=nil, locationx=nil, locationy=nil)
|
|
3756
3756
|
@Url = url
|
|
3757
3757
|
@Width = width
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lcic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
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-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|