trtc-sdk-v5 5.10.2-beta.6 → 5.10.2-beta.7

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
@@ -6,6 +6,7 @@ import { Beauty, BeautyOptions, UpdateBeautyOptions } from './plugins/video-effe
6
6
  import { BasicBeauty, BasicBeautyOptions } from './plugins/video-effect/basic-beauty';
7
7
  import { CrossRoom, StartCrossRoomOption, UpdateCrossRoomOption, StopCrossRoomOption } from './plugins/cross-room';
8
8
  import { CustomEncryption, EncryptionOptions } from './plugins/custom-encryption';
9
+ import { InitAudioProcessorOptions, UpdateAudioProcessorOptions } from 'trtc-js-sdk-core';
9
10
 
10
11
  export { CDNStreamingOptions, DeviceDetectorOptions, VirtualBackgroundOptions, UpdateVirtualBackgroundOptions, WatermarkOptions, BeautyOptions, UpdateBeautyOptions, BasicBeautyOptions, StartCrossRoomOption, UpdateCrossRoomOption, StopCrossRoomOption };
11
12
  type TRTCPlugin = typeof CrossRoom | typeof CDNStreaming | typeof DeviceDetector | typeof VirtualBackground | typeof Watermark | typeof Beauty | typeof BasicBeauty | typeof CustomEncryption;
@@ -22,28 +23,30 @@ export declare type PluginStartOptionsMap = {
22
23
  'Debug': undefined;
23
24
  'CrossRoom': StartCrossRoomOption;
24
25
  'CustomEncryption': EncryptionOptions;
26
+ 'AudioProcessor': InitAudioProcessorOptions;
25
27
  };
26
28
 
27
29
  export declare type PluginUpdateOptionsMap = {
28
- 'AudioMixer': UpdateAudioMixerOptions;
29
- 'CDNStreaming': CDNStreamingOptions;
30
- 'VirtualBackground': UpdateVirtualBackgroundOptions;
31
- 'Beauty': UpdateBeautyOptions;
32
- 'BasicBeauty': BasicBeautyOptions;
33
- 'CrossRoom': UpdateCrossRoomOption;
30
+ 'AudioMixer': UpdateAudioMixerOptions;
31
+ 'CDNStreaming': CDNStreamingOptions;
32
+ 'VirtualBackground': UpdateVirtualBackgroundOptions;
33
+ 'Beauty': UpdateBeautyOptions;
34
+ 'BasicBeauty': BasicBeautyOptions;
35
+ 'CrossRoom': UpdateCrossRoomOption;
36
+ 'AudioProcessor': UpdateAudioProcessorOptions;
34
37
  };
35
38
 
36
39
  export declare type PluginStopOptionsMap = {
37
- 'AudioMixer': StopAudioMixerOptions;
38
- 'AIDenoiser': undefined;
39
- 'CDNStreaming': CDNStreamingOptions;
40
- 'VirtualBackground': undefined;
41
- 'Watermark': undefined;
42
- 'Beauty': undefined;
43
- 'BasicBeauty': undefined;
44
- 'DeviceDetector': undefined;
45
- 'Debug': undefined;
46
- 'CrossRoom': StopCrossRoomOption | undefined;
40
+ 'AudioMixer': StopAudioMixerOptions;
41
+ 'AIDenoiser': undefined;
42
+ 'CDNStreaming': CDNStreamingOptions;
43
+ 'VirtualBackground': undefined;
44
+ 'Watermark': undefined;
45
+ 'Beauty': undefined;
46
+ 'BasicBeauty': undefined;
47
+ 'DeviceDetector': undefined;
48
+ 'CrossRoom': StopCrossRoomOption | undefined;
49
+ 'AudioProcessor': undefined;
47
50
  };
48
51
 
49
52
  export declare class RtcError extends Error implements RTCErrorInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
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.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
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.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
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.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "main": "./custom-encryption.esm.js",
5
5
  "module": "./custom-encryption.esm.js",
6
6
  "types": "./custom-encryption.esm.d.ts"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/device-detector",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "description": "TRTC Web SDK 5.x device detector plugin",
5
5
  "main": "./device-detector.esm.js",
6
6
  "module": "./device-detector.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/video-decoder",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "description": "Video decoder plugin for TRTC",
5
5
  "main": "./video-decoder.esm.js",
6
6
  "module": "./video-decoder.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/basic-beauty",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "description": "TRTC Web SDK 5.x basic-beauty plugin",
5
5
  "main": "./basic-beauty.esm.js",
6
6
  "module": "./basic-beauty.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/beauty",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "description": "TRTC Web SDK 5.x beauty plugin",
5
5
  "main": "./beauty.esm.js",
6
6
  "module": "./beauty.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/virtual-background",
3
- "version": "5.10.2-beta.6",
3
+ "version": "5.10.2-beta.7",
4
4
  "description": "TRTC Web SDK 5.x virtual background plugin",
5
5
  "main": "./virtual-background.esm.js",
6
6
  "module": "./virtual-background.esm.js",