trtc-sdk-v5 5.9.2-beta.15 → 5.9.2-beta.16

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.
Files changed (58) hide show
  1. package/README-zh_CN.md +2 -1
  2. package/README.md +2 -1
  3. package/assets/debug-dialog.js +1 -0
  4. package/assets/selfie_segmentation/package.json +27 -0
  5. package/assets/selfie_segmentation/selfie_segmentation.binarypb +0 -0
  6. package/assets/selfie_segmentation/selfie_segmentation.tflite +0 -0
  7. package/assets/selfie_segmentation/selfie_segmentation_landscape.tflite +0 -0
  8. package/assets/selfie_segmentation/selfie_segmentation_solution_simd_wasm_bin.data +0 -0
  9. package/assets/selfie_segmentation/selfie_segmentation_solution_simd_wasm_bin.wasm +0 -0
  10. package/assets/selfie_segmentation/selfie_segmentation_solution_wasm_bin.wasm +0 -0
  11. package/assets/videodec.wasm +0 -0
  12. package/assets/videodec_simd.wasm +0 -0
  13. package/index.d.ts +1794 -1791
  14. package/package.json +1 -1
  15. package/plugins/cdn-streaming/cdn-streaming.esm.js +1 -1
  16. package/plugins/cdn-streaming/cdn-streaming.umd.js +1 -0
  17. package/plugins/cdn-streaming/package.json +1 -2
  18. package/plugins/cross-room/cross-room.esm.js +1 -1
  19. package/plugins/cross-room/cross-room.umd.js +1 -0
  20. package/plugins/cross-room/package.json +1 -2
  21. package/plugins/custom-encryption/custom-encryption.esm.d.ts +31 -0
  22. package/plugins/custom-encryption/custom-encryption.esm.js +1 -0
  23. package/plugins/custom-encryption/custom-encryption.umd.js +1 -0
  24. package/plugins/custom-encryption/package.json +7 -0
  25. package/plugins/device-detector/device-detector.esm.js +93 -1234
  26. package/plugins/device-detector/device-detector.umd.js +39 -0
  27. package/plugins/device-detector/package.json +1 -2
  28. package/plugins/video-decoder/package.json +1 -1
  29. package/plugins/video-decoder/video-decoder.esm.js +1 -43
  30. package/plugins/video-decoder/video-decoder.umd.js +1 -0
  31. package/plugins/video-effect/basic-beauty/basic-beauty.esm.js +1 -2
  32. package/plugins/video-effect/basic-beauty/basic-beauty.umd.js +1 -0
  33. package/plugins/video-effect/basic-beauty/package.json +1 -2
  34. package/plugins/video-effect/beauty/beauty.esm.js +1 -2954
  35. package/plugins/video-effect/beauty/beauty.umd.js +1 -0
  36. package/plugins/video-effect/beauty/package.json +1 -2
  37. package/plugins/video-effect/virtual-background/package.json +1 -2
  38. package/plugins/video-effect/virtual-background/virtual-background.esm.js +1 -60
  39. package/plugins/video-effect/virtual-background/virtual-background.umd.js +1 -0
  40. package/plugins/video-effect/watermark/package.json +1 -2
  41. package/plugins/video-effect/watermark/watermark.esm.d.ts +10 -2
  42. package/plugins/video-effect/watermark/watermark.esm.js +1 -1
  43. package/plugins/video-effect/watermark/watermark.umd.js +1 -0
  44. package/plugins/voice-changer/package.json +9 -0
  45. package/plugins/voice-changer/voice-changer.esm.d.ts +20 -0
  46. package/plugins/voice-changer/voice-changer.esm.js +1 -0
  47. package/plugins/voice-changer/voice-changer.umd.js +1 -0
  48. package/trtc.esm.js +31 -31
  49. package/trtc.js +1 -1
  50. package/plugins/cdn-streaming/cdn-streaming.iife.js +0 -1
  51. package/plugins/cross-room/cross-room.iife.js +0 -1
  52. package/plugins/device-detector/device-detector.iife.js +0 -1472
  53. package/plugins/video-decoder/video-decoder.iife.js +0 -43
  54. package/plugins/video-effect/basic-beauty/basic-beauty.iife.js +0 -2
  55. package/plugins/video-effect/beauty/beauty.iife.js +0 -2954
  56. package/plugins/video-effect/virtual-background/virtual-background.iife.js +0 -60
  57. package/plugins/video-effect/watermark/watermark.iife.js +0 -1
  58. /package/{plugins/ai-denoiser → assets}/denoiser-wasm.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.