trtc-sdk-v5 5.7.1-beta.7 → 5.7.1-beta.9
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/core.d.ts +4 -14
- package/index.d.ts +1815 -1818
- package/package.json +1 -1
- package/plugins/cdn-streaming/cdn-streaming.esm.js +1 -1
- package/plugins/cdn-streaming/cdn-streaming.iife.js +1 -1
- package/plugins/cdn-streaming/package.json +1 -1
- package/plugins/video-effect/basic-beauty/basic-beauty.esm.js +2 -2
- package/plugins/video-effect/basic-beauty/basic-beauty.iife.js +2 -2
- package/plugins/video-effect/basic-beauty/package.json +1 -1
- package/plugins/video-effect/beauty/package.json +1 -1
- package/plugins/video-effect/virtual-background/package.json +1 -1
- package/plugins/video-effect/virtual-background/virtual-background.esm.js +10 -10
- package/plugins/video-effect/virtual-background/virtual-background.iife.js +10 -10
- package/plugins/video-effect/watermark/package.json +1 -1
- package/plugins/video-effect/watermark/watermark.esm.js +1 -1
- package/plugins/video-effect/watermark/watermark.iife.js +1 -1
- package/trtc.esm.js +22 -22
- package/trtc.js +1 -1
- package/plugins/cross-room/cross-room.esm.d.ts +0 -27
- package/plugins/cross-room/cross-room.esm.js +0 -1
- package/plugins/cross-room/cross-room.iife.js +0 -1
- package/plugins/cross-room/package.json +0 -30
package/core.d.ts
CHANGED
|
@@ -200,20 +200,10 @@
|
|
|
200
200
|
|
|
201
201
|
|
|
202
202
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
POOR,
|
|
208
|
-
BAD,
|
|
209
|
-
VERY_BAD,
|
|
210
|
-
DISCONNECTED
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
declare const enum RemoteStreamType {
|
|
214
|
-
Main = 'main',
|
|
215
|
-
Aux = 'auxiliary',
|
|
216
|
-
}
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
217
207
|
|
|
218
208
|
declare interface MixTranscodeConfig {
|
|
219
209
|
/** Stream mixing mode */
|