tencentcloud-sdk-lcic 3.0.560 → 3.0.561
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 +36 -10
- 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: d5876c737e8bd89f2d2e80040224ab6e3f083608
|
4
|
+
data.tar.gz: e30f7ffb83dbfd9a31ae192c939e558114205f63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2117f82736a9fc78bddf3961a42d948cf2d4755be4c37f52478d9f1f25cb5268e1cf51e32121b04beaa0db8f732782edcecabe37a8382157efc60d29a76a5abc
|
7
|
+
data.tar.gz: fc312fb2641776f0fc73b8d8608da5b4618572808fb47a12d0140ab59b0ccb7b137f5fd71c1571d5313b5a73fc2bce33bdb19aa966091c867b70891ed6bf3cd6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.561
|
data/lib/v20220817/models.rb
CHANGED
@@ -821,10 +821,12 @@ module TencentCloud
|
|
821
821
|
# @type RecordLayout: Integer
|
822
822
|
# @param GroupId: 房间绑定的群组ID,非空时限制组成员进入
|
823
823
|
# @type GroupId: String
|
824
|
+
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
825
|
+
# @type EnableDirectControl: Integer
|
824
826
|
|
825
|
-
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId
|
827
|
+
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl
|
826
828
|
|
827
|
-
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)
|
829
|
+
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)
|
828
830
|
@Name = name
|
829
831
|
@StartTime = starttime
|
830
832
|
@EndTime = endtime
|
@@ -842,6 +844,7 @@ module TencentCloud
|
|
842
844
|
@AudienceType = audiencetype
|
843
845
|
@RecordLayout = recordlayout
|
844
846
|
@GroupId = groupid
|
847
|
+
@EnableDirectControl = enabledirectcontrol
|
845
848
|
end
|
846
849
|
|
847
850
|
def deserialize(params)
|
@@ -862,6 +865,7 @@ module TencentCloud
|
|
862
865
|
@AudienceType = params['AudienceType']
|
863
866
|
@RecordLayout = params['RecordLayout']
|
864
867
|
@GroupId = params['GroupId']
|
868
|
+
@EnableDirectControl = params['EnableDirectControl']
|
865
869
|
end
|
866
870
|
end
|
867
871
|
|
@@ -1899,12 +1903,14 @@ module TencentCloud
|
|
1899
1903
|
# @param GroupId: 房间绑定的群组ID
|
1900
1904
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1901
1905
|
# @type GroupId: String
|
1906
|
+
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
1907
|
+
# @type EnableDirectControl: Integer
|
1902
1908
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1903
1909
|
# @type RequestId: String
|
1904
1910
|
|
1905
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :RequestId
|
1911
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :RequestId
|
1906
1912
|
|
1907
|
-
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, requestid=nil)
|
1913
|
+
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)
|
1908
1914
|
@Name = name
|
1909
1915
|
@StartTime = starttime
|
1910
1916
|
@EndTime = endtime
|
@@ -1920,6 +1926,7 @@ module TencentCloud
|
|
1920
1926
|
@RecordUrl = recordurl
|
1921
1927
|
@Status = status
|
1922
1928
|
@GroupId = groupid
|
1929
|
+
@EnableDirectControl = enabledirectcontrol
|
1923
1930
|
@RequestId = requestid
|
1924
1931
|
end
|
1925
1932
|
|
@@ -1939,6 +1946,7 @@ module TencentCloud
|
|
1939
1946
|
@RecordUrl = params['RecordUrl']
|
1940
1947
|
@Status = params['Status']
|
1941
1948
|
@GroupId = params['GroupId']
|
1949
|
+
@EnableDirectControl = params['EnableDirectControl']
|
1942
1950
|
@RequestId = params['RequestId']
|
1943
1951
|
end
|
1944
1952
|
end
|
@@ -3055,10 +3063,12 @@ module TencentCloud
|
|
3055
3063
|
# @type Assistants: Array
|
3056
3064
|
# @param GroupId: 房间绑定的群组ID
|
3057
3065
|
# @type GroupId: String
|
3066
|
+
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
3067
|
+
# @type EnableDirectControl: Integer
|
3058
3068
|
|
3059
|
-
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId
|
3069
|
+
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl
|
3060
3070
|
|
3061
|
-
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)
|
3071
|
+
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)
|
3062
3072
|
@RoomId = roomid
|
3063
3073
|
@SdkAppId = sdkappid
|
3064
3074
|
@StartTime = starttime
|
@@ -3073,6 +3083,7 @@ module TencentCloud
|
|
3073
3083
|
@DisableRecord = disablerecord
|
3074
3084
|
@Assistants = assistants
|
3075
3085
|
@GroupId = groupid
|
3086
|
+
@EnableDirectControl = enabledirectcontrol
|
3076
3087
|
end
|
3077
3088
|
|
3078
3089
|
def deserialize(params)
|
@@ -3090,6 +3101,7 @@ module TencentCloud
|
|
3090
3101
|
@DisableRecord = params['DisableRecord']
|
3091
3102
|
@Assistants = params['Assistants']
|
3092
3103
|
@GroupId = params['GroupId']
|
3104
|
+
@EnableDirectControl = params['EnableDirectControl']
|
3093
3105
|
end
|
3094
3106
|
end
|
3095
3107
|
|
@@ -3275,10 +3287,12 @@ module TencentCloud
|
|
3275
3287
|
# @type RecordLayout: Integer
|
3276
3288
|
# @param GroupId: 房间绑定的群组ID
|
3277
3289
|
# @type GroupId: String
|
3290
|
+
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
3291
|
+
# @type EnableDirectControl: Integer
|
3278
3292
|
|
3279
|
-
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId
|
3293
|
+
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl
|
3280
3294
|
|
3281
|
-
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)
|
3295
|
+
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)
|
3282
3296
|
@Name = name
|
3283
3297
|
@StartTime = starttime
|
3284
3298
|
@EndTime = endtime
|
@@ -3295,6 +3309,7 @@ module TencentCloud
|
|
3295
3309
|
@AudienceType = audiencetype
|
3296
3310
|
@RecordLayout = recordlayout
|
3297
3311
|
@GroupId = groupid
|
3312
|
+
@EnableDirectControl = enabledirectcontrol
|
3298
3313
|
end
|
3299
3314
|
|
3300
3315
|
def deserialize(params)
|
@@ -3314,6 +3329,7 @@ module TencentCloud
|
|
3314
3329
|
@AudienceType = params['AudienceType']
|
3315
3330
|
@RecordLayout = params['RecordLayout']
|
3316
3331
|
@GroupId = params['GroupId']
|
3332
|
+
@EnableDirectControl = params['EnableDirectControl']
|
3317
3333
|
end
|
3318
3334
|
end
|
3319
3335
|
|
@@ -3354,10 +3370,16 @@ module TencentCloud
|
|
3354
3370
|
# @param RecordUrl: 录制地址(协议为https)。仅在房间结束后存在。
|
3355
3371
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3356
3372
|
# @type RecordUrl: String
|
3373
|
+
# @param MaxMicNumber: 最高房间内人数(包括老师),0表示不限制,默认为0
|
3374
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3375
|
+
# @type MaxMicNumber: Integer
|
3376
|
+
# @param EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
3377
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3378
|
+
# @type EnableDirectControl: Integer
|
3357
3379
|
|
3358
|
-
attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl
|
3380
|
+
attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl
|
3359
3381
|
|
3360
|
-
def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil)
|
3382
|
+
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)
|
3361
3383
|
@Name = name
|
3362
3384
|
@RoomId = roomid
|
3363
3385
|
@Status = status
|
@@ -3369,6 +3391,8 @@ module TencentCloud
|
|
3369
3391
|
@MaxRTCMember = maxrtcmember
|
3370
3392
|
@ReplayUrl = replayurl
|
3371
3393
|
@RecordUrl = recordurl
|
3394
|
+
@MaxMicNumber = maxmicnumber
|
3395
|
+
@EnableDirectControl = enabledirectcontrol
|
3372
3396
|
end
|
3373
3397
|
|
3374
3398
|
def deserialize(params)
|
@@ -3383,6 +3407,8 @@ module TencentCloud
|
|
3383
3407
|
@MaxRTCMember = params['MaxRTCMember']
|
3384
3408
|
@ReplayUrl = params['ReplayUrl']
|
3385
3409
|
@RecordUrl = params['RecordUrl']
|
3410
|
+
@MaxMicNumber = params['MaxMicNumber']
|
3411
|
+
@EnableDirectControl = params['EnableDirectControl']
|
3386
3412
|
end
|
3387
3413
|
end
|
3388
3414
|
|
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.561
|
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-04-
|
11
|
+
date: 2023-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|