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.
- package/dist/aliyun-rtc-sdk.js +3 -3
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|