trtc-sdk-v5 5.7.1-beta.8 → 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 CHANGED
@@ -200,20 +200,10 @@
200
200
 
201
201
 
202
202
 
203
- declare const enum NetworkQualityValue {
204
- UNKNOWN,
205
- EXCELLENT,
206
- GOOD,
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 */