tccli 3.0.1280.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/acp/v20220105/api.json +80 -77
- tccli/services/acp/v20220105/examples.json +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +62 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +516 -0
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +793 -4
- tccli/services/cvm/v20170312/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +128 -0
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +15 -14
- tccli/services/lke/lke_client.py +4 -110
- tccli/services/lke/v20231130/api.json +0 -164
- tccli/services/lke/v20231130/examples.json +0 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +3 -3
- tccli/services/mqtt/mqtt_client.py +216 -4
- tccli/services/mqtt/v20240516/api.json +515 -0
- tccli/services/mqtt/v20240516/examples.json +38 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/organization/organization_client.py +114 -8
- tccli/services/organization/v20210331/api.json +86 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +293 -293
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/vdb/v20230616/api.json +12 -12
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/license_files/LICENSE +0 -0
@@ -860,7 +860,7 @@
|
|
860
860
|
{
|
861
861
|
"disabled": false,
|
862
862
|
"document": "低代码平台的SdkAppId。",
|
863
|
-
"example": "
|
863
|
+
"example": "379829232",
|
864
864
|
"member": "uint64",
|
865
865
|
"name": "SdkAppId",
|
866
866
|
"required": true,
|
@@ -1826,6 +1826,15 @@
|
|
1826
1826
|
"name": "RecordStream",
|
1827
1827
|
"required": false,
|
1828
1828
|
"type": "int"
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"disabled": false,
|
1832
|
+
"document": "板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式",
|
1833
|
+
"example": "0",
|
1834
|
+
"member": "uint64",
|
1835
|
+
"name": "WhiteBoardSnapshotMode",
|
1836
|
+
"required": false,
|
1837
|
+
"type": "int"
|
1829
1838
|
}
|
1830
1839
|
],
|
1831
1840
|
"type": "object"
|
@@ -3757,43 +3766,43 @@
|
|
3757
3766
|
},
|
3758
3767
|
{
|
3759
3768
|
"disabled": false,
|
3760
|
-
"document": "助教UserId
|
3769
|
+
"document": "助教UserId列表。",
|
3761
3770
|
"example": "\t[azsdasfsdfsd,asefawefew]",
|
3762
3771
|
"member": "string",
|
3763
3772
|
"name": "Assistants",
|
3764
3773
|
"output_required": true,
|
3765
3774
|
"type": "list",
|
3766
|
-
"value_allowed_null":
|
3775
|
+
"value_allowed_null": false
|
3767
3776
|
},
|
3768
3777
|
{
|
3769
3778
|
"disabled": false,
|
3770
|
-
"document": "录制地址(协议为https)
|
3771
|
-
"example": "abc",
|
3779
|
+
"document": "录制地址(协议为https)。仅在房间结束后存在。",
|
3780
|
+
"example": "https://abc.mp4",
|
3772
3781
|
"member": "string",
|
3773
3782
|
"name": "RecordUrl",
|
3774
3783
|
"output_required": true,
|
3775
3784
|
"type": "string",
|
3776
|
-
"value_allowed_null":
|
3785
|
+
"value_allowed_null": false
|
3777
3786
|
},
|
3778
3787
|
{
|
3779
3788
|
"disabled": false,
|
3780
|
-
"document": "课堂状态。0为未开始,1为已开始,2为已结束,3
|
3789
|
+
"document": "课堂状态。0为未开始,1为已开始,2为已结束,3为已过期。",
|
3781
3790
|
"example": "0",
|
3782
3791
|
"member": "uint64",
|
3783
3792
|
"name": "Status",
|
3784
3793
|
"output_required": true,
|
3785
3794
|
"type": "int",
|
3786
|
-
"value_allowed_null":
|
3795
|
+
"value_allowed_null": false
|
3787
3796
|
},
|
3788
3797
|
{
|
3789
3798
|
"disabled": false,
|
3790
|
-
"document": "房间绑定的群组ID
|
3791
|
-
"example": "
|
3799
|
+
"document": "房间绑定的群组ID",
|
3800
|
+
"example": "2435342",
|
3792
3801
|
"member": "string",
|
3793
3802
|
"name": "GroupId",
|
3794
3803
|
"output_required": true,
|
3795
3804
|
"type": "string",
|
3796
|
-
"value_allowed_null":
|
3805
|
+
"value_allowed_null": false
|
3797
3806
|
},
|
3798
3807
|
{
|
3799
3808
|
"disabled": false,
|
@@ -3908,7 +3917,7 @@
|
|
3908
3917
|
{
|
3909
3918
|
"disabled": false,
|
3910
3919
|
"document": "RTMP推流链接",
|
3911
|
-
"example": "rtmp://rtmp.rtc.qq.com/push/301234567?sdkappid=141234567&userid=abcdefg123456789&usersig
|
3920
|
+
"example": "rtmp://rtmp.rtc.qq.com/push/301234567?sdkappid=141234567&userid=abcdefg123456789&usersig=&use_number_room_id=1",
|
3912
3921
|
"member": "string",
|
3913
3922
|
"name": "RTMPStreamingURL",
|
3914
3923
|
"output_required": false,
|
@@ -3955,6 +3964,16 @@
|
|
3955
3964
|
"type": "int",
|
3956
3965
|
"value_allowed_null": false
|
3957
3966
|
},
|
3967
|
+
{
|
3968
|
+
"disabled": false,
|
3969
|
+
"document": "板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式",
|
3970
|
+
"example": "0",
|
3971
|
+
"member": "uint64",
|
3972
|
+
"name": "WhiteBoardSnapshotMode",
|
3973
|
+
"output_required": false,
|
3974
|
+
"type": "int",
|
3975
|
+
"value_allowed_null": false
|
3976
|
+
},
|
3958
3977
|
{
|
3959
3978
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3960
3979
|
"member": "string",
|
@@ -4966,7 +4985,7 @@
|
|
4966
4985
|
{
|
4967
4986
|
"disabled": false,
|
4968
4987
|
"document": "低代码平台的SdkAppId。\n",
|
4969
|
-
"example": "
|
4988
|
+
"example": "2343313242",
|
4970
4989
|
"member": "uint64",
|
4971
4990
|
"name": "SdkAppId",
|
4972
4991
|
"required": true,
|
@@ -5036,7 +5055,7 @@
|
|
5036
5055
|
{
|
5037
5056
|
"disabled": false,
|
5038
5057
|
"document": "房间列表",
|
5039
|
-
"example": "
|
5058
|
+
"example": "无",
|
5040
5059
|
"member": "RoomItem",
|
5041
5060
|
"name": "Rooms",
|
5042
5061
|
"output_required": true,
|
@@ -5826,7 +5845,7 @@
|
|
5826
5845
|
{
|
5827
5846
|
"disabled": false,
|
5828
5847
|
"document": "需要修改的群组ID",
|
5829
|
-
"example": "
|
5848
|
+
"example": "asfeasewfawe",
|
5830
5849
|
"member": "string",
|
5831
5850
|
"name": "GroupId",
|
5832
5851
|
"required": true,
|
@@ -5835,7 +5854,7 @@
|
|
5835
5854
|
{
|
5836
5855
|
"disabled": false,
|
5837
5856
|
"document": "低代码平台应用ID",
|
5838
|
-
"example": "
|
5857
|
+
"example": "134652876",
|
5839
5858
|
"member": "uint64",
|
5840
5859
|
"name": "SdkAppId",
|
5841
5860
|
"required": true,
|
@@ -5997,7 +6016,7 @@
|
|
5997
6016
|
{
|
5998
6017
|
"disabled": false,
|
5999
6018
|
"document": "房间绑定的群组ID。直播开始后不允许修改。",
|
6000
|
-
"example": "
|
6019
|
+
"example": "490194023",
|
6001
6020
|
"member": "string",
|
6002
6021
|
"name": "GroupId",
|
6003
6022
|
"required": false,
|
@@ -6110,6 +6129,15 @@
|
|
6110
6129
|
"name": "RecordLang",
|
6111
6130
|
"required": false,
|
6112
6131
|
"type": "string"
|
6132
|
+
},
|
6133
|
+
{
|
6134
|
+
"disabled": false,
|
6135
|
+
"document": "板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式",
|
6136
|
+
"example": "0",
|
6137
|
+
"member": "uint64",
|
6138
|
+
"name": "WhiteBoardSnapshotMode",
|
6139
|
+
"required": false,
|
6140
|
+
"type": "int"
|
6113
6141
|
}
|
6114
6142
|
],
|
6115
6143
|
"type": "object"
|
@@ -6641,6 +6669,15 @@
|
|
6641
6669
|
"name": "RecordStream",
|
6642
6670
|
"required": false,
|
6643
6671
|
"type": "int"
|
6672
|
+
},
|
6673
|
+
{
|
6674
|
+
"disabled": false,
|
6675
|
+
"document": "板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式",
|
6676
|
+
"example": "0",
|
6677
|
+
"member": "uint64",
|
6678
|
+
"name": "WhiteBoardSnapshotMode",
|
6679
|
+
"required": false,
|
6680
|
+
"type": "int"
|
6644
6681
|
}
|
6645
6682
|
],
|
6646
6683
|
"usage": "in"
|
@@ -6650,233 +6687,233 @@
|
|
6650
6687
|
"members": [
|
6651
6688
|
{
|
6652
6689
|
"disabled": false,
|
6653
|
-
"document": "
|
6690
|
+
"document": "名称",
|
6654
6691
|
"example": "room",
|
6655
6692
|
"member": "string",
|
6656
6693
|
"name": "Name",
|
6657
6694
|
"output_required": true,
|
6658
6695
|
"type": "string",
|
6659
|
-
"value_allowed_null":
|
6696
|
+
"value_allowed_null": false
|
6660
6697
|
},
|
6661
6698
|
{
|
6662
6699
|
"disabled": false,
|
6663
|
-
"document": "房间ID
|
6700
|
+
"document": "房间ID",
|
6664
6701
|
"example": "12234",
|
6665
6702
|
"member": "uint64",
|
6666
6703
|
"name": "RoomId",
|
6667
6704
|
"output_required": true,
|
6668
6705
|
"type": "int",
|
6669
|
-
"value_allowed_null":
|
6706
|
+
"value_allowed_null": false
|
6670
6707
|
},
|
6671
6708
|
{
|
6672
6709
|
"disabled": false,
|
6673
|
-
"document": "房间状态。0 未开始 ;1进行中 ;2 已结束;3
|
6710
|
+
"document": "房间状态。0 未开始 ;1进行中 ;2 已结束;3已过期",
|
6674
6711
|
"example": "0",
|
6675
6712
|
"member": "uint64",
|
6676
6713
|
"name": "Status",
|
6677
6714
|
"output_required": true,
|
6678
6715
|
"type": "int",
|
6679
|
-
"value_allowed_null":
|
6716
|
+
"value_allowed_null": false
|
6680
6717
|
},
|
6681
6718
|
{
|
6682
6719
|
"disabled": false,
|
6683
|
-
"document": "
|
6720
|
+
"document": "开始时间",
|
6684
6721
|
"example": "1708928949",
|
6685
6722
|
"member": "uint64",
|
6686
6723
|
"name": "StartTime",
|
6687
6724
|
"output_required": true,
|
6688
6725
|
"type": "int",
|
6689
|
-
"value_allowed_null":
|
6726
|
+
"value_allowed_null": false
|
6690
6727
|
},
|
6691
6728
|
{
|
6692
6729
|
"disabled": false,
|
6693
|
-
"document": "
|
6730
|
+
"document": "结束时间",
|
6694
6731
|
"example": "1708929949",
|
6695
6732
|
"member": "uint64",
|
6696
6733
|
"name": "EndTime",
|
6697
6734
|
"output_required": true,
|
6698
6735
|
"type": "int",
|
6699
|
-
"value_allowed_null":
|
6736
|
+
"value_allowed_null": false
|
6700
6737
|
},
|
6701
6738
|
{
|
6702
6739
|
"disabled": false,
|
6703
|
-
"document": "
|
6740
|
+
"document": "实际开始时间",
|
6704
6741
|
"example": "1708928949",
|
6705
6742
|
"member": "uint64",
|
6706
6743
|
"name": "RealStartTime",
|
6707
6744
|
"output_required": true,
|
6708
6745
|
"type": "int",
|
6709
|
-
"value_allowed_null":
|
6746
|
+
"value_allowed_null": false
|
6710
6747
|
},
|
6711
6748
|
{
|
6712
6749
|
"disabled": false,
|
6713
|
-
"document": "
|
6750
|
+
"document": "实际结束时间",
|
6714
6751
|
"example": "1708929949",
|
6715
6752
|
"member": "uint64",
|
6716
6753
|
"name": "RealEndTime",
|
6717
6754
|
"output_required": true,
|
6718
6755
|
"type": "int",
|
6719
|
-
"value_allowed_null":
|
6756
|
+
"value_allowed_null": false
|
6720
6757
|
},
|
6721
6758
|
{
|
6722
6759
|
"disabled": false,
|
6723
|
-
"document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3
|
6760
|
+
"document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
|
6724
6761
|
"example": "1",
|
6725
6762
|
"member": "uint64",
|
6726
6763
|
"name": "Resolution",
|
6727
6764
|
"output_required": true,
|
6728
6765
|
"type": "int",
|
6729
|
-
"value_allowed_null":
|
6766
|
+
"value_allowed_null": false
|
6730
6767
|
},
|
6731
6768
|
{
|
6732
6769
|
"disabled": false,
|
6733
|
-
"document": "最大允许连麦人数。已废弃,使用字段 MaxMicNumber
|
6770
|
+
"document": "最大允许连麦人数。已废弃,使用字段 MaxMicNumber",
|
6734
6771
|
"example": "16",
|
6735
6772
|
"member": "uint64",
|
6736
6773
|
"name": "MaxRTCMember",
|
6737
6774
|
"output_required": true,
|
6738
6775
|
"type": "int",
|
6739
|
-
"value_allowed_null":
|
6776
|
+
"value_allowed_null": false
|
6740
6777
|
},
|
6741
6778
|
{
|
6742
6779
|
"disabled": false,
|
6743
|
-
"document": "房间录制地址。已废弃,使用新字段 RecordUrl
|
6780
|
+
"document": "房间录制地址。已废弃,使用新字段 RecordUrl",
|
6744
6781
|
"example": "http://class.qcloudclass.com?classId=123456",
|
6745
6782
|
"member": "string",
|
6746
6783
|
"name": "ReplayUrl",
|
6747
6784
|
"output_required": true,
|
6748
6785
|
"type": "string",
|
6749
|
-
"value_allowed_null":
|
6786
|
+
"value_allowed_null": false
|
6750
6787
|
},
|
6751
6788
|
{
|
6752
6789
|
"disabled": false,
|
6753
|
-
"document": "录制地址(协议为https)
|
6790
|
+
"document": "录制地址(协议为https)。仅在房间结束后存在。",
|
6754
6791
|
"example": "https://class.qcloudclass.com?classId=123456",
|
6755
6792
|
"member": "string",
|
6756
6793
|
"name": "RecordUrl",
|
6757
6794
|
"output_required": true,
|
6758
6795
|
"type": "string",
|
6759
|
-
"value_allowed_null":
|
6796
|
+
"value_allowed_null": false
|
6760
6797
|
},
|
6761
6798
|
{
|
6762
6799
|
"disabled": false,
|
6763
|
-
"document": "课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0
|
6800
|
+
"document": "课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。",
|
6764
6801
|
"example": "16",
|
6765
6802
|
"member": "uint64",
|
6766
6803
|
"name": "MaxMicNumber",
|
6767
6804
|
"output_required": true,
|
6768
6805
|
"type": "int",
|
6769
|
-
"value_allowed_null":
|
6806
|
+
"value_allowed_null": false
|
6770
6807
|
},
|
6771
6808
|
{
|
6772
6809
|
"disabled": false,
|
6773
|
-
"document": "打开学生麦克风/摄像头的授权开关
|
6810
|
+
"document": "打开学生麦克风/摄像头的授权开关 ",
|
6774
6811
|
"example": "1",
|
6775
6812
|
"member": "uint64",
|
6776
6813
|
"name": "EnableDirectControl",
|
6777
6814
|
"output_required": true,
|
6778
6815
|
"type": "int",
|
6779
|
-
"value_allowed_null":
|
6816
|
+
"value_allowed_null": false
|
6780
6817
|
},
|
6781
6818
|
{
|
6782
6819
|
"disabled": false,
|
6783
|
-
"document": "开启专注模式。 0 收看全部角色音视频(默认) 1
|
6820
|
+
"document": "开启专注模式。 0 收看全部角色音视频(默认) 1 只看老师和助教",
|
6784
6821
|
"example": "0",
|
6785
6822
|
"member": "int64",
|
6786
6823
|
"name": "InteractionMode",
|
6787
6824
|
"output_required": false,
|
6788
6825
|
"type": "int",
|
6789
|
-
"value_allowed_null":
|
6826
|
+
"value_allowed_null": false
|
6790
6827
|
},
|
6791
6828
|
{
|
6792
6829
|
"disabled": false,
|
6793
|
-
"document": "横竖屏。0:横屏开播(默认值); 1
|
6830
|
+
"document": "横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型",
|
6794
6831
|
"example": "0",
|
6795
6832
|
"member": "int64",
|
6796
6833
|
"name": "VideoOrientation",
|
6797
6834
|
"output_required": false,
|
6798
6835
|
"type": "int",
|
6799
|
-
"value_allowed_null":
|
6836
|
+
"value_allowed_null": false
|
6800
6837
|
},
|
6801
6838
|
{
|
6802
6839
|
"disabled": false,
|
6803
|
-
"document": "开启课后评分。 0:不开启(默认) 1
|
6840
|
+
"document": "开启课后评分。 0:不开启(默认) 1:开启",
|
6804
6841
|
"example": "0",
|
6805
6842
|
"member": "int64",
|
6806
6843
|
"name": "IsGradingRequiredPostClass",
|
6807
6844
|
"output_required": false,
|
6808
6845
|
"type": "int",
|
6809
|
-
"value_allowed_null":
|
6846
|
+
"value_allowed_null": false
|
6810
6847
|
},
|
6811
6848
|
{
|
6812
6849
|
"disabled": false,
|
6813
|
-
"document": "房间类型。0:小班课(默认值);1:大班课;2:1V1(后续扩展)\n注:大班课的布局(layout)
|
6850
|
+
"document": "房间类型。0:小班课(默认值);1:大班课;2:1V1(后续扩展)\n注:大班课的布局(layout)只有三分屏",
|
6814
6851
|
"example": "0",
|
6815
6852
|
"member": "int64",
|
6816
6853
|
"name": "RoomType",
|
6817
6854
|
"output_required": false,
|
6818
6855
|
"type": "int",
|
6819
|
-
"value_allowed_null":
|
6856
|
+
"value_allowed_null": false
|
6820
6857
|
},
|
6821
6858
|
{
|
6822
6859
|
"disabled": false,
|
6823
|
-
"document": "拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120
|
6860
|
+
"document": "拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟",
|
6824
6861
|
"example": "0",
|
6825
6862
|
"member": "int64",
|
6826
6863
|
"name": "EndDelayTime",
|
6827
6864
|
"output_required": false,
|
6828
6865
|
"type": "int",
|
6829
|
-
"value_allowed_null":
|
6866
|
+
"value_allowed_null": false
|
6830
6867
|
},
|
6831
6868
|
{
|
6832
6869
|
"disabled": false,
|
6833
|
-
"document": "直播类型:0 常规(默认)1
|
6870
|
+
"document": "直播类型:0 常规(默认)1 伪直播",
|
6834
6871
|
"example": "0",
|
6835
6872
|
"member": "uint64",
|
6836
6873
|
"name": "LiveType",
|
6837
6874
|
"output_required": false,
|
6838
6875
|
"type": "int",
|
6839
|
-
"value_allowed_null":
|
6876
|
+
"value_allowed_null": false
|
6840
6877
|
},
|
6841
6878
|
{
|
6842
6879
|
"disabled": false,
|
6843
|
-
"document": "伪直播回放链接\t
|
6880
|
+
"document": "伪直播回放链接\t",
|
6844
6881
|
"example": "https://class.qcloudclass.com?classId=123456",
|
6845
6882
|
"member": "string",
|
6846
6883
|
"name": "RecordLiveUrl",
|
6847
6884
|
"output_required": false,
|
6848
6885
|
"type": "string",
|
6849
|
-
"value_allowed_null":
|
6886
|
+
"value_allowed_null": false
|
6850
6887
|
},
|
6851
6888
|
{
|
6852
6889
|
"disabled": false,
|
6853
|
-
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效\t
|
6890
|
+
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效\t",
|
6854
6891
|
"example": "0",
|
6855
6892
|
"member": "uint64",
|
6856
6893
|
"name": "EnableAutoStart",
|
6857
6894
|
"output_required": false,
|
6858
6895
|
"type": "int",
|
6859
|
-
"value_allowed_null":
|
6896
|
+
"value_allowed_null": false
|
6860
6897
|
},
|
6861
6898
|
{
|
6862
6899
|
"disabled": false,
|
6863
|
-
"document": "录制文件背景图片,支持png、jpg、jpeg、bmp
|
6900
|
+
"document": "录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道",
|
6864
6901
|
"example": "https://picture.com?picid=123456",
|
6865
6902
|
"member": "string",
|
6866
6903
|
"name": "RecordBackground",
|
6867
6904
|
"output_required": false,
|
6868
6905
|
"type": "string",
|
6869
|
-
"value_allowed_null":
|
6906
|
+
"value_allowed_null": false
|
6870
6907
|
},
|
6871
6908
|
{
|
6872
6909
|
"disabled": false,
|
6873
|
-
"document": "录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string
|
6910
|
+
"document": "录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。",
|
6874
6911
|
"example": "{\"scene\":\"test\",\"lng\":\"zh\",\"type\":\"h5\",\"subjectId\":\"57\",\"customToken\":\"sajdlfjasdglweqioiu\"}",
|
6875
6912
|
"member": "string",
|
6876
6913
|
"name": "RecordScene",
|
6877
6914
|
"output_required": false,
|
6878
6915
|
"type": "string",
|
6879
|
-
"value_allowed_null":
|
6916
|
+
"value_allowed_null": false
|
6880
6917
|
},
|
6881
6918
|
{
|
6882
6919
|
"disabled": false,
|
@@ -6887,6 +6924,16 @@
|
|
6887
6924
|
"output_required": false,
|
6888
6925
|
"type": "string",
|
6889
6926
|
"value_allowed_null": false
|
6927
|
+
},
|
6928
|
+
{
|
6929
|
+
"disabled": false,
|
6930
|
+
"document": "板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式",
|
6931
|
+
"example": "0",
|
6932
|
+
"member": "uint64",
|
6933
|
+
"name": "WhiteBoardSnapshotMode",
|
6934
|
+
"output_required": false,
|
6935
|
+
"type": "int",
|
6936
|
+
"value_allowed_null": false
|
6890
6937
|
}
|
6891
6938
|
],
|
6892
6939
|
"usage": "out"
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"BatchCreateRoom": [
|
28
28
|
{
|
29
29
|
"document": "批量创建课堂",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateRoom\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"RoomInfos\": [\n {\n \"Name\": \"
|
31
|
-
"output": "{\n \"Response\": {\n \"RoomIds\": [\n 301234567\n ],\n \"RequestId\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateRoom\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"RoomInfos\": [\n {\n \"Name\": \"testRoom\",\n \"StartTime\": 1704074400,\n \"EndTime\": 1704076200,\n \"TeacherId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\",\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"TurnOffMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"video\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\"\n ],\n \"AudienceType\": 1,\n \"RecordLayout\": 1,\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"EnableDirectControl\": 1\n }\n ]\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"RoomIds\": [\n 301234567\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
|
32
32
|
"title": "批量创建课堂"
|
33
33
|
}
|
34
34
|
],
|
@@ -324,7 +324,7 @@
|
|
324
324
|
{
|
325
325
|
"document": "获取课堂房间信息",
|
326
326
|
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoom\n<公共请求参数>\n\n{\n \"RoomId\": 1\n}",
|
327
|
-
"output": "{\n \"Response\": {\n \"AutoMic\": 1,\n \"RecordUrl\": \"https://example.com/test.mp4\",\n \"Name\": \"
|
327
|
+
"output": "{\n \"Response\": {\n \"AutoMic\": 1,\n \"RecordUrl\": \"https://example.com/test.mp4\",\n \"Name\": \"sdsdsdf\",\n \"AudioQuality\": 1,\n \"MaxMicNumber\": 1,\n \"SubType\": \"videodoc\",\n \"SdkAppId\": 1,\n \"RequestId\": \"sdfgsdfg\",\n \"StartTime\": 1,\n \"AudienceType\": 1,\n \"TeacherId\": \"sdfgsdefg\",\n \"Assistants\": [\n \"test\"\n ],\n \"EndTime\": 1,\n \"Resolution\": 1,\n \"DisableRecord\": 1,\n \"Status\": 0,\n \"EnableDirectControl\": 0,\n \"GroupId\": \"afdg\"\n }\n}",
|
328
328
|
"title": "房间信息"
|
329
329
|
}
|
330
330
|
],
|
@@ -412,7 +412,7 @@
|
|
412
412
|
{
|
413
413
|
"document": "示例",
|
414
414
|
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRooms\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"Page\": 1,\n \"Limit\": 1,\n \"Status\": [\n 0,\n 1,\n 2,\n 3\n ]\n}",
|
415
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Rooms\": [\n {\n \"Name\": \"
|
415
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Rooms\": [\n {\n \"Name\": \"dfg\",\n \"RoomId\": 1,\n \"Status\": 1,\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"RealStartTime\": 1,\n \"RealEndTime\": 1,\n \"Resolution\": 1,\n \"MaxRTCMember\": 1,\n \"ReplayUrl\": \"dfg\",\n \"RecordUrl\": \"dfg\",\n \"MaxMicNumber\": 1,\n \"EnableDirectControl\": 1,\n \"InteractionMode\": 0,\n \"VideoOrientation\": 0,\n \"IsGradingRequiredPostClass\": 0,\n \"RoomType\": 0,\n \"EndDelayTime\": 0,\n \"LiveType\": 1,\n \"RecordLiveUrl\": \"dfgd\",\n \"EnableAutoStart\": 1,\n \"RecordBackground\": \"dfgdfg\"\n }\n ],\n \"RequestId\": \"dfgdg\"\n }\n}",
|
416
416
|
"title": "示例"
|
417
417
|
}
|
418
418
|
],
|
@@ -473,8 +473,8 @@
|
|
473
473
|
},
|
474
474
|
{
|
475
475
|
"document": "修改房间参数示例",
|
476
|
-
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoom\n<公共请求参数>\n\n{\n \"RoomId\":
|
477
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
476
|
+
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoom\n<公共请求参数>\n\n{\n \"RoomId\": 301234567,\n \"StartTime\": 1704074400,\n \"EndTime\": 1704076200,\n \"TeacherId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\",\n \"Name\": \"myClass\",\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"videodoc\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\"\n ],\n \"SdkAppId\": 1,\n \"GroupId\": \"301234567\",\n \"EnableDirectControl\": 1\n}",
|
477
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
|
478
478
|
"title": "修改房间"
|
479
479
|
}
|
480
480
|
],
|