trtc-sdk-v5 5.11.2-beta.4 → 5.11.2-beta.6

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/index.d.ts CHANGED
@@ -340,8 +340,6 @@ export declare interface LocalVideoConfig {
340
340
  videoTrack?: MediaStreamTrack;
341
341
  avoidCropping?: boolean;
342
342
  rotation?: 0 | 90 | 180 | 270;
343
-
344
- enableAutoSwitchWhenRecapturing?: boolean;
345
343
  };
346
344
  }
347
345
  export interface TurnServerOptions {
@@ -443,8 +441,6 @@ export declare interface LocalAudioConfig {
443
441
  echoCancellation?: boolean;
444
442
  autoGainControl?: boolean;
445
443
  noiseSuppression?: boolean;
446
-
447
- enableAutoSwitchWhenRecapturing?: boolean;
448
444
  };
449
445
  }
450
446
  export declare interface UpdateLocalAudioConfig extends LocalAudioConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.11.2-beta.4",
3
+ "version": "5.11.2-beta.6",
4
4
  "description": "Tencent Cloud RTC SDK for Web",
5
5
  "main": "trtc.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/cdn-streaming",
3
- "version": "5.11.2-beta.4",
3
+ "version": "5.11.2-beta.6",
4
4
  "description": "TRTC Web SDK 5.x CDN streaming plugin",
5
5
  "main": "./cdn-streaming.esm.js",
6
6
  "module": "./cdn-streaming.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/cross-room",
3
- "version": "5.11.2-beta.4",
3
+ "version": "5.11.2-beta.6",
4
4
  "description": "TRTC Web SDK 5.x Cross Room plugin",
5
5
  "main": "./cross-room.esm.js",
6
6
  "module": "./cross-room.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/custom-encryption",
3
- "version": "5.11.2-beta.4",
3
+ "version": "5.11.2-beta.6",
4
4
  "main": "./custom-encryption.esm.js",
5
5
  "module": "./custom-encryption.esm.js",
6
6
  "types": "./custom-encryption.esm.d.ts"