trtc-sdk-v5 5.14.2-beta.13 → 5.14.2-beta.14

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
@@ -9,10 +9,9 @@ import { CustomEncryption, EncryptionOptions } from './plugins/custom-encryption
9
9
  import { VideoMixerOptions, UpdateVideoMixerOptions, VideoMixer } from './plugins/video-effect/video-mixer';
10
10
  import { SmallStreamAutoSwitcher, SmallStreamAutoSwitcherOptions } from './plugins/small-stream-auto-switcher';
11
11
  import { Chorus, StartChorusOption, UpdateChorusOption } from './plugins/chorus';
12
- import { LEBPlayer, StartLEBPlayerOption, UpdateLEBPlayerOption } from './plugins/lebplayer';
13
12
 
14
13
  export { CDNStreamingOptions, DeviceDetectorOptions, VirtualBackgroundOptions, UpdateVirtualBackgroundOptions, WatermarkOptions, BeautyOptions, UpdateBeautyOptions, BasicBeautyOptions, StartCrossRoomOption, UpdateCrossRoomOption, StopCrossRoomOption, SmallStreamAutoSwitcherOptions, VideoMixerOptions, UpdateVideoMixerOptions };
15
- type TRTCPlugin = typeof CrossRoom | typeof CDNStreaming | typeof DeviceDetector | typeof VirtualBackground | typeof Watermark | typeof Beauty | typeof BasicBeauty | typeof CustomEncryption | typeof SmallStreamAutoSwitcher | typeof VideoMixer | typeof Chorus | typeof LEBPlayer;
14
+ type TRTCPlugin = typeof CrossRoom | typeof CDNStreaming | typeof DeviceDetector | typeof VirtualBackground | typeof Watermark | typeof Beauty | typeof BasicBeauty | typeof CustomEncryption | typeof SmallStreamAutoSwitcher | typeof VideoMixer | typeof Chorus;
16
15
  export type ExperimentalAPIFunctionMap = {
17
16
  'enableAudioFrameEvent': EnableAudioFrameEventOptions;
18
17
  'resumeRemotePlayer': RemotePlayerOptions;
@@ -37,7 +36,6 @@ export declare type PluginStartOptionsMap = {
37
36
  'SmallStreamAutoSwitcher': SmallStreamAutoSwitcherOptions;
38
37
  'AudioProcessor': InitAudioProcessorOptions;
39
38
  'Chorus': StartChorusOption;
40
- 'LEBPlayer': StartLEBPlayerOption;
41
39
  };
42
40
 
43
41
  export declare type PluginUpdateOptionsMap = {
@@ -53,7 +51,6 @@ export declare type PluginUpdateOptionsMap = {
53
51
  'AudioProcessor': UpdateAudioProcessorOptions;
54
52
  'Debug': UpdateDebugOptions;
55
53
  'Chorus': UpdateChorusOption;
56
- 'LEBPlayer': UpdateLEBPlayerOption;
57
54
  };
58
55
 
59
56
  export declare type PluginStopOptionsMap = {
@@ -72,7 +69,6 @@ export declare type PluginStopOptionsMap = {
72
69
  'AudioProcessor': undefined;
73
70
  'CustomEncryption': undefined;
74
71
  'Chorus': undefined;
75
- 'LEBPlayer': undefined;
76
72
  };
77
73
 
78
74
  export declare class RtcError extends Error implements RTCErrorInterface {
@@ -342,7 +338,6 @@ export declare type PluginWithAssets = {
342
338
  export declare interface TRTCOptions {
343
339
  plugins?: Array<TRTCPlugin>;
344
340
  enableSEI?: boolean;
345
- enableAutoPlayDialog?: boolean;
346
341
  assetsPath?: string;
347
342
  volumeType?: number;
348
343
  enableAutoSwitchWhenRecapturing?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
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.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
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/chorus",
3
- "version": "5.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
4
4
  "description": "TRTC Web SDK 5.x Chorus plugin",
5
5
  "main": "./chorus.esm.js",
6
6
  "module": "./chorus.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/cross-room",
3
- "version": "5.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
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.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
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.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
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/small-stream-auto-switcher",
3
- "version": "5.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
4
4
  "description": "",
5
5
  "main": "./small-stream-auto-switcher.esm.js",
6
6
  "keywords": [],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/video-decoder",
3
- "version": "5.14.2-beta.13",
3
+ "version": "5.14.2-beta.14",
4
4
  "description": "Video decoder plugin for TRTC",
5
5
  "main": "./video-decoder.esm.js",
6
6
  "module": "./video-decoder.esm.js",