trtc-sdk-v5 5.15.0 → 5.15.1-beta.1

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 (62) hide show
  1. package/assets/debug-dialog.js +2 -2
  2. package/index.d.ts +1 -105
  3. package/package.json +1 -1
  4. package/plugins/cdn-streaming/cdn-streaming.esm.js +1 -1
  5. package/plugins/cdn-streaming/cdn-streaming.umd.js +1 -3
  6. package/plugins/cdn-streaming/package.json +1 -1
  7. package/plugins/chorus/chorus.esm.d.ts +0 -2
  8. package/plugins/chorus/chorus.esm.js +1 -1
  9. package/plugins/chorus/chorus.umd.js +1 -3
  10. package/plugins/chorus/package.json +1 -1
  11. package/plugins/cross-room/cross-room.esm.d.ts +0 -2
  12. package/plugins/cross-room/cross-room.esm.js +1 -1
  13. package/plugins/cross-room/cross-room.umd.js +1 -3
  14. package/plugins/cross-room/package.json +1 -1
  15. package/plugins/custom-encryption/custom-encryption.esm.js +1 -1
  16. package/plugins/custom-encryption/custom-encryption.umd.js +1 -3
  17. package/plugins/custom-encryption/package.json +1 -1
  18. package/plugins/device-detector/device-detector.esm.js +56 -44
  19. package/plugins/device-detector/device-detector.umd.js +14 -4
  20. package/plugins/device-detector/package.json +1 -1
  21. package/plugins/fast-webrtc/fast-webrtc.esm.d.ts +27 -0
  22. package/plugins/fast-webrtc/fast-webrtc.esm.js +1 -0
  23. package/plugins/fast-webrtc/fast-webrtc.umd.js +1 -0
  24. package/plugins/{video-effect/face-detection → fast-webrtc}/package.json +8 -8
  25. package/plugins/lebplayer/lebplayer.esm.d.ts +0 -7
  26. package/plugins/lebplayer/lebplayer.esm.js +1 -1
  27. package/plugins/lebplayer/lebplayer.umd.js +1 -3
  28. package/plugins/lebplayer/package.json +1 -1
  29. package/plugins/small-stream-auto-switcher/package.json +1 -1
  30. package/plugins/small-stream-auto-switcher/small-stream-auto-switcher.esm.js +1 -1
  31. package/plugins/small-stream-auto-switcher/small-stream-auto-switcher.umd.js +1 -1
  32. package/plugins/video-decoder/package.json +1 -1
  33. package/plugins/video-decoder/video-decoder.esm.d.ts +1 -2
  34. package/plugins/video-decoder/video-decoder.esm.js +1 -1
  35. package/plugins/video-decoder/video-decoder.umd.js +1 -3
  36. package/plugins/video-effect/basic-beauty/basic-beauty.esm.js +1 -1
  37. package/plugins/video-effect/basic-beauty/basic-beauty.umd.js +1 -3
  38. package/plugins/video-effect/basic-beauty/package.json +1 -1
  39. package/plugins/video-effect/beauty/beauty.esm.js +1 -1
  40. package/plugins/video-effect/beauty/beauty.umd.js +1 -3
  41. package/plugins/video-effect/beauty/package.json +1 -1
  42. package/plugins/video-effect/video-mixer/package.json +1 -1
  43. package/plugins/video-effect/video-mixer/video-mixer.esm.d.ts +4 -0
  44. package/plugins/video-effect/video-mixer/video-mixer.esm.js +1 -1
  45. package/plugins/video-effect/video-mixer/video-mixer.umd.js +1 -3
  46. package/plugins/video-effect/virtual-background/package.json +1 -1
  47. package/plugins/video-effect/virtual-background/virtual-background.esm.js +1 -1
  48. package/plugins/video-effect/virtual-background/virtual-background.umd.js +1 -3
  49. package/plugins/video-effect/watermark/package.json +1 -1
  50. package/plugins/video-effect/watermark/watermark.umd.js +1 -3
  51. package/plugins/voice-changer/package.json +1 -1
  52. package/plugins/voice-changer/voice-changer.esm.js +1 -1
  53. package/plugins/voice-changer/voice-changer.umd.js +1 -3
  54. package/trtc.esm.js +39 -35
  55. package/trtc.js +1 -1
  56. package/plugins/realtime-transcriber/package.json +0 -29
  57. package/plugins/realtime-transcriber/realtime-transcriber.esm.d.ts +0 -16
  58. package/plugins/realtime-transcriber/realtime-transcriber.esm.js +0 -1
  59. package/plugins/realtime-transcriber/realtime-transcriber.umd.js +0 -3
  60. package/plugins/video-effect/face-detection/face-detection.esm.d.ts +0 -22
  61. package/plugins/video-effect/face-detection/face-detection.esm.js +0 -1
  62. package/plugins/video-effect/face-detection/face-detection.umd.js +0 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/custom-encryption",
3
- "version": "5.15.0",
3
+ "version": "5.15.1-beta.1",
4
4
  "main": "./custom-encryption.esm.js",
5
5
  "module": "./custom-encryption.esm.js",
6
6
  "types": "./custom-encryption.esm.d.ts"