tencentcloud-sdk-nodejs-intl-en 3.0.1145 → 3.0.1147
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/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1147";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -2683,7 +2683,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2683
2683
|
/**
|
|
2684
2684
|
* Audio track input type. valid values:.
|
|
2685
2685
|
trask: indicates usage of the audio track id.
|
|
2686
|
-
|
|
2686
|
+
trask_channel: indicates usage of the audio track id and sound channel id.
|
|
2687
2687
|
Default: trask.
|
|
2688
2688
|
If the original aduio track is multichannel, recommend using trask_channel.
|
|
2689
2689
|
Note: This field may return null, indicating that no valid value can be obtained.
|