tencentcloud-sdk-nodejs 4.0.305 → 4.0.306

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.
@@ -18,19 +18,9 @@ const client = new tencentcloud.trtc.v20190722.Client({
18
18
  })
19
19
  describe("trtc.v20190722.test.js", function () {
20
20
 
21
- it("trtc.v20190722.StartMCUMixTranscode", async function () {
22
- try {
23
- const data = await client.StartMCUMixTranscode({})
24
- expect(data).to.be.ok
25
- } catch(error) {
26
- expect(error.requestId).to.be.ok
27
- expect(error.code).to.be.ok
28
- }
29
- })
30
-
31
- it("trtc.v20190722.DescribeRoomInformation", async function () {
21
+ it("trtc.v20190722.DescribeRecordStatistic", async function () {
32
22
  try {
33
- const data = await client.DescribeRoomInformation({})
23
+ const data = await client.DescribeRecordStatistic({})
34
24
  expect(data).to.be.ok
35
25
  } catch(error) {
36
26
  expect(error.requestId).to.be.ok
@@ -38,9 +28,9 @@ it("trtc.v20190722.DescribeRoomInformation", async function () {
38
28
  }
39
29
  })
40
30
 
41
- it("trtc.v20190722.StopMCUMixTranscode", async function () {
31
+ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
42
32
  try {
43
- const data = await client.StopMCUMixTranscode({})
33
+ const data = await client.DescribeTrtcMcuTranscodeTime({})
44
34
  expect(data).to.be.ok
45
35
  } catch(error) {
46
36
  expect(error.requestId).to.be.ok
@@ -68,9 +58,9 @@ it("trtc.v20190722.DescribeHistoryScale", async function () {
68
58
  }
69
59
  })
70
60
 
71
- it("trtc.v20190722.DeletePicture", async function () {
61
+ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
72
62
  try {
73
- const data = await client.DeletePicture({})
63
+ const data = await client.StartMCUMixTranscodeByStrRoomId({})
74
64
  expect(data).to.be.ok
75
65
  } catch(error) {
76
66
  expect(error.requestId).to.be.ok
@@ -78,9 +68,9 @@ it("trtc.v20190722.DeletePicture", async function () {
78
68
  }
79
69
  })
80
70
 
81
- it("trtc.v20190722.CreatePicture", async function () {
71
+ it("trtc.v20190722.StartMCUMixTranscode", async function () {
82
72
  try {
83
- const data = await client.CreatePicture({})
73
+ const data = await client.StartMCUMixTranscode({})
84
74
  expect(data).to.be.ok
85
75
  } catch(error) {
86
76
  expect(error.requestId).to.be.ok
@@ -88,9 +78,9 @@ it("trtc.v20190722.CreatePicture", async function () {
88
78
  }
89
79
  })
90
80
 
91
- it("trtc.v20190722.RemoveUser", async function () {
81
+ it("trtc.v20190722.DeletePicture", async function () {
92
82
  try {
93
- const data = await client.RemoveUser({})
83
+ const data = await client.DeletePicture({})
94
84
  expect(data).to.be.ok
95
85
  } catch(error) {
96
86
  expect(error.requestId).to.be.ok
@@ -98,9 +88,9 @@ it("trtc.v20190722.RemoveUser", async function () {
98
88
  }
99
89
  })
100
90
 
101
- it("trtc.v20190722.DescribeCallDetail", async function () {
91
+ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
102
92
  try {
103
- const data = await client.DescribeCallDetail({})
93
+ const data = await client.StopMCUMixTranscodeByStrRoomId({})
104
94
  expect(data).to.be.ok
105
95
  } catch(error) {
106
96
  expect(error.requestId).to.be.ok
@@ -108,9 +98,9 @@ it("trtc.v20190722.DescribeCallDetail", async function () {
108
98
  }
109
99
  })
110
100
 
111
- it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
101
+ it("trtc.v20190722.CreatePicture", async function () {
112
102
  try {
113
- const data = await client.StopMCUMixTranscodeByStrRoomId({})
103
+ const data = await client.CreatePicture({})
114
104
  expect(data).to.be.ok
115
105
  } catch(error) {
116
106
  expect(error.requestId).to.be.ok
@@ -118,9 +108,9 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
118
108
  }
119
109
  })
120
110
 
121
- it("trtc.v20190722.ModifyPicture", async function () {
111
+ it("trtc.v20190722.DescribePicture", async function () {
122
112
  try {
123
- const data = await client.ModifyPicture({})
113
+ const data = await client.DescribePicture({})
124
114
  expect(data).to.be.ok
125
115
  } catch(error) {
126
116
  expect(error.requestId).to.be.ok
@@ -128,9 +118,9 @@ it("trtc.v20190722.ModifyPicture", async function () {
128
118
  }
129
119
  })
130
120
 
131
- it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
121
+ it("trtc.v20190722.ModifyPicture", async function () {
132
122
  try {
133
- const data = await client.DismissRoomByStrRoomId({})
123
+ const data = await client.ModifyPicture({})
134
124
  expect(data).to.be.ok
135
125
  } catch(error) {
136
126
  expect(error.requestId).to.be.ok
@@ -138,9 +128,9 @@ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
138
128
  }
139
129
  })
140
130
 
141
- it("trtc.v20190722.DescribeAbnormalEvent", async function () {
131
+ it("trtc.v20190722.RemoveUser", async function () {
142
132
  try {
143
- const data = await client.DescribeAbnormalEvent({})
133
+ const data = await client.RemoveUser({})
144
134
  expect(data).to.be.ok
145
135
  } catch(error) {
146
136
  expect(error.requestId).to.be.ok
@@ -148,9 +138,9 @@ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
148
138
  }
149
139
  })
150
140
 
151
- it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
141
+ it("trtc.v20190722.DescribeDetailEvent", async function () {
152
142
  try {
153
- const data = await client.StartMCUMixTranscodeByStrRoomId({})
143
+ const data = await client.DescribeDetailEvent({})
154
144
  expect(data).to.be.ok
155
145
  } catch(error) {
156
146
  expect(error.requestId).to.be.ok
@@ -158,9 +148,9 @@ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
158
148
  }
159
149
  })
160
150
 
161
- it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
151
+ it("trtc.v20190722.DescribeCallDetail", async function () {
162
152
  try {
163
- const data = await client.RemoveUserByStrRoomId({})
153
+ const data = await client.DescribeCallDetail({})
164
154
  expect(data).to.be.ok
165
155
  } catch(error) {
166
156
  expect(error.requestId).to.be.ok
@@ -168,9 +158,9 @@ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
168
158
  }
169
159
  })
170
160
 
171
- it("trtc.v20190722.DismissRoom", async function () {
161
+ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
172
162
  try {
173
- const data = await client.DismissRoom({})
163
+ const data = await client.DismissRoomByStrRoomId({})
174
164
  expect(data).to.be.ok
175
165
  } catch(error) {
176
166
  expect(error.requestId).to.be.ok
@@ -178,9 +168,9 @@ it("trtc.v20190722.DismissRoom", async function () {
178
168
  }
179
169
  })
180
170
 
181
- it("trtc.v20190722.DescribeRecordStatistic", async function () {
171
+ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
182
172
  try {
183
- const data = await client.DescribeRecordStatistic({})
173
+ const data = await client.DescribeAbnormalEvent({})
184
174
  expect(data).to.be.ok
185
175
  } catch(error) {
186
176
  expect(error.requestId).to.be.ok
@@ -188,9 +178,9 @@ it("trtc.v20190722.DescribeRecordStatistic", async function () {
188
178
  }
189
179
  })
190
180
 
191
- it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
181
+ it("trtc.v20190722.StopMCUMixTranscode", async function () {
192
182
  try {
193
- const data = await client.DescribeTrtcMcuTranscodeTime({})
183
+ const data = await client.StopMCUMixTranscode({})
194
184
  expect(data).to.be.ok
195
185
  } catch(error) {
196
186
  expect(error.requestId).to.be.ok
@@ -198,9 +188,9 @@ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
198
188
  }
199
189
  })
200
190
 
201
- it("trtc.v20190722.DescribeTrtcInteractiveTime", async function () {
191
+ it("trtc.v20190722.DescribeRoomInformation", async function () {
202
192
  try {
203
- const data = await client.DescribeTrtcInteractiveTime({})
193
+ const data = await client.DescribeRoomInformation({})
204
194
  expect(data).to.be.ok
205
195
  } catch(error) {
206
196
  expect(error.requestId).to.be.ok
@@ -208,9 +198,9 @@ it("trtc.v20190722.DescribeTrtcInteractiveTime", async function () {
208
198
  }
209
199
  })
210
200
 
211
- it("trtc.v20190722.DescribePicture", async function () {
201
+ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
212
202
  try {
213
- const data = await client.DescribePicture({})
203
+ const data = await client.RemoveUserByStrRoomId({})
214
204
  expect(data).to.be.ok
215
205
  } catch(error) {
216
206
  expect(error.requestId).to.be.ok
@@ -218,9 +208,9 @@ it("trtc.v20190722.DescribePicture", async function () {
218
208
  }
219
209
  })
220
210
 
221
- it("trtc.v20190722.DescribeDetailEvent", async function () {
211
+ it("trtc.v20190722.DismissRoom", async function () {
222
212
  try {
223
- const data = await client.DescribeDetailEvent({})
213
+ const data = await client.DismissRoom({})
224
214
  expect(data).to.be.ok
225
215
  } catch(error) {
226
216
  expect(error.requestId).to.be.ok