@alicloud/live20161101 2.1.2 → 2.1.4

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.
package/dist/client.js CHANGED
@@ -24372,12 +24372,18 @@ class Client extends openapi_core_1.default {
24372
24372
  if (!$dara.isNull(request.channelId)) {
24373
24373
  query["ChannelId"] = request.channelId;
24374
24374
  }
24375
+ if (!$dara.isNull(request.maxIdleTime)) {
24376
+ query["MaxIdleTime"] = request.maxIdleTime;
24377
+ }
24375
24378
  if (!$dara.isNull(request.mixLayoutParamsShrink)) {
24376
24379
  query["MixLayoutParams"] = request.mixLayoutParamsShrink;
24377
24380
  }
24378
24381
  if (!$dara.isNull(request.mixTranscodeParamsShrink)) {
24379
24382
  query["MixTranscodeParams"] = request.mixTranscodeParamsShrink;
24380
24383
  }
24384
+ if (!$dara.isNull(request.notifyAuthKey)) {
24385
+ query["NotifyAuthKey"] = request.notifyAuthKey;
24386
+ }
24381
24387
  if (!$dara.isNull(request.notifyUrl)) {
24382
24388
  query["NotifyUrl"] = request.notifyUrl;
24383
24389
  }