yjz-web-sdk 1.0.10 → 1.0.11-beta.10

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 (77) hide show
  1. package/README.md +90 -0
  2. package/lib/ScreenControlUtil-D4-BTCo9.js +5230 -0
  3. package/lib/components/RemotePlayer/index.vue.d.ts +1 -73
  4. package/lib/composables/useCursorStyle.d.ts +1 -1
  5. package/lib/composables/useKeyboardControl.d.ts +5 -1
  6. package/lib/composables/useMouseTouchControl.d.ts +5 -4
  7. package/lib/composables/useRemoteVideo.d.ts +8 -25
  8. package/lib/composables/useResizeObserver.d.ts +1 -1
  9. package/lib/core/WebRTCSdk.d.ts +3 -0
  10. package/lib/core/data/WebRtcError.d.ts +3 -3
  11. package/lib/core/data/WebrtcDataType.d.ts +1 -11
  12. package/lib/core/groupctrl/SdkController.d.ts +2 -2
  13. package/lib/core/rtc/WebRTCClient.d.ts +13 -3
  14. package/lib/core/rtc/WebRTCConfig.d.ts +3 -1
  15. package/lib/core/rtc/WebRtcNegotiate.d.ts +3 -3
  16. package/lib/core/signal/SignalingClient.d.ts +1 -1
  17. package/lib/core/util/KeyCodeUtil.d.ts +6 -0
  18. package/lib/core/util/TurnTestUtil.d.ts +4 -4
  19. package/lib/index.d.ts +3 -3
  20. package/lib/uni/KeyboardControl.d.ts +53 -0
  21. package/lib/uni/Logger.d.ts +13 -0
  22. package/lib/uni/MouseTouchControl.d.ts +56 -0
  23. package/lib/uni/RemoteCanvasController.d.ts +11 -0
  24. package/lib/uni/RemoteController.d.ts +23 -0
  25. package/lib/uni/RemoteVideoController.d.ts +38 -0
  26. package/lib/uni/WebRTCWrapper.d.ts +57 -0
  27. package/lib/uni/constants.d.ts +42 -0
  28. package/lib/uni/index.d.ts +110 -0
  29. package/lib/{components/RemotePlayer → uni}/type.d.ts +1 -0
  30. package/lib/uni-sdk.js +1263 -0
  31. package/lib/yjz-web-sdk.js +312 -5955
  32. package/package.json +10 -20
  33. package/lib/core/data/TurnType.d.ts +0 -21
  34. package/lib/core/util/MapCache.d.ts +0 -20
  35. package/lib/render/Canvas2DRenderer.d.ts +0 -10
  36. package/lib/render/WebGLRenderer.d.ts +0 -16
  37. package/lib/render/WebGPURenderer.d.ts +0 -18
  38. package/lib/types/index.d.ts +0 -13
  39. package/lib/util/WasmUtil.d.ts +0 -17
  40. package/lib/worker/worker.d.ts +0 -1
  41. package/src/assets/icon/circle.svg +0 -1
  42. package/src/assets/icon/triangle.svg +0 -1
  43. package/src/assets/wasm/h264-atomic.wasm +0 -0
  44. package/src/assets/wasm/h264-simd.wasm +0 -0
  45. package/src/components/RemotePlayer/index.vue +0 -170
  46. package/src/components/RemotePlayer/type.ts +0 -11
  47. package/src/composables/useCursorStyle.ts +0 -15
  48. package/src/composables/useKeyboardControl.ts +0 -32
  49. package/src/composables/useMouseTouchControl.ts +0 -158
  50. package/src/composables/useRemoteVideo.ts +0 -248
  51. package/src/composables/useResizeObserver.ts +0 -27
  52. package/src/core/WebRTCSdk.ts +0 -561
  53. package/src/core/data/MessageType.ts +0 -70
  54. package/src/core/data/TurnType.ts +0 -25
  55. package/src/core/data/WebRtcError.ts +0 -93
  56. package/src/core/data/WebrtcDataType.ts +0 -354
  57. package/src/core/groupctrl/GroupCtrlSocketManager.ts +0 -94
  58. package/src/core/groupctrl/SdkController.ts +0 -96
  59. package/src/core/rtc/WebRTCClient.ts +0 -862
  60. package/src/core/rtc/WebRTCConfig.ts +0 -86
  61. package/src/core/rtc/WebRtcNegotiate.ts +0 -164
  62. package/src/core/signal/SignalingClient.ts +0 -221
  63. package/src/core/util/FileTypeUtils.ts +0 -75
  64. package/src/core/util/KeyCodeUtil.ts +0 -162
  65. package/src/core/util/Logger.ts +0 -83
  66. package/src/core/util/MapCache.ts +0 -135
  67. package/src/core/util/ScreenControlUtil.ts +0 -174
  68. package/src/core/util/TurnTestUtil.ts +0 -123
  69. package/src/env.d.ts +0 -30
  70. package/src/index.ts +0 -61
  71. package/src/render/Canvas2DRenderer.ts +0 -38
  72. package/src/render/WebGLRenderer.ts +0 -150
  73. package/src/render/WebGPURenderer.ts +0 -194
  74. package/src/types/index.ts +0 -15
  75. package/src/types/webgpu.d.ts +0 -1158
  76. package/src/util/WasmUtil.ts +0 -291
  77. package/src/worker/worker.ts +0 -292

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.