aliyun-rtc-sdk 6.12.4-beta.2 → 6.12.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.
@@ -2177,6 +2177,7 @@ declare class BizControl extends default_2<BizControlListener> {
2177
2177
  pluginManager: PluginManager;
2178
2178
  private audioMixerPlugin?;
2179
2179
  private dualVideoPlugin?;
2180
+ private blankAudioPlugin?;
2180
2181
  protected slsReporter: SLSReporter;
2181
2182
  private statsMonitorId?;
2182
2183
  private autoSubAudio;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "6.12.4-beta.2",
3
+ "version": "6.12.4",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.js",