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

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/lib/components/RemotePlayer/index.vue.d.ts +1 -73
  2. package/lib/composables/useCursorStyle.d.ts +1 -1
  3. package/lib/composables/useKeyboardControl.d.ts +5 -1
  4. package/lib/composables/useMouseTouchControl.d.ts +5 -4
  5. package/lib/composables/useRemoteVideo.d.ts +8 -25
  6. package/lib/composables/useResizeObserver.d.ts +1 -1
  7. package/lib/core/data/WebRtcError.d.ts +1 -2
  8. package/lib/core/data/WebrtcDataType.d.ts +1 -11
  9. package/lib/core/groupctrl/SdkController.d.ts +2 -2
  10. package/lib/core/rtc/WebRTCClient.d.ts +2 -5
  11. package/lib/core/rtc/WebRTCConfig.d.ts +1 -1
  12. package/lib/core/rtc/WebRtcNegotiate.d.ts +2 -2
  13. package/lib/core/signal/SignalingClient.d.ts +1 -1
  14. package/lib/core/util/KeyCodeUtil.d.ts +6 -0
  15. package/lib/core/util/TurnTestUtil.d.ts +2 -2
  16. package/lib/yjz-web-sdk.js +728 -1307
  17. package/package.json +5 -16
  18. package/lib/components/RemotePlayer/type.d.ts +0 -9
  19. package/lib/core/util/MapCache.d.ts +0 -20
  20. package/lib/render/Canvas2DRenderer.d.ts +0 -10
  21. package/lib/render/WebGLRenderer.d.ts +0 -16
  22. package/lib/render/WebGPURenderer.d.ts +0 -18
  23. package/lib/types/index.d.ts +0 -13
  24. package/lib/util/WasmUtil.d.ts +0 -17
  25. package/lib/worker/worker.d.ts +0 -1
  26. package/src/assets/icon/circle.svg +0 -1
  27. package/src/assets/icon/triangle.svg +0 -1
  28. package/src/assets/wasm/h264-atomic.wasm +0 -0
  29. package/src/assets/wasm/h264-simd.wasm +0 -0
  30. package/src/components/RemotePlayer/index.vue +0 -170
  31. package/src/components/RemotePlayer/type.ts +0 -11
  32. package/src/composables/useCursorStyle.ts +0 -15
  33. package/src/composables/useKeyboardControl.ts +0 -32
  34. package/src/composables/useMouseTouchControl.ts +0 -158
  35. package/src/composables/useRemoteVideo.ts +0 -248
  36. package/src/composables/useResizeObserver.ts +0 -27
  37. package/src/core/WebRTCSdk.ts +0 -561
  38. package/src/core/data/MessageType.ts +0 -70
  39. package/src/core/data/TurnType.ts +0 -25
  40. package/src/core/data/WebRtcError.ts +0 -93
  41. package/src/core/data/WebrtcDataType.ts +0 -354
  42. package/src/core/groupctrl/GroupCtrlSocketManager.ts +0 -94
  43. package/src/core/groupctrl/SdkController.ts +0 -96
  44. package/src/core/rtc/WebRTCClient.ts +0 -862
  45. package/src/core/rtc/WebRTCConfig.ts +0 -86
  46. package/src/core/rtc/WebRtcNegotiate.ts +0 -164
  47. package/src/core/signal/SignalingClient.ts +0 -221
  48. package/src/core/util/FileTypeUtils.ts +0 -75
  49. package/src/core/util/KeyCodeUtil.ts +0 -162
  50. package/src/core/util/Logger.ts +0 -83
  51. package/src/core/util/MapCache.ts +0 -135
  52. package/src/core/util/ScreenControlUtil.ts +0 -174
  53. package/src/core/util/TurnTestUtil.ts +0 -123
  54. package/src/env.d.ts +0 -30
  55. package/src/index.ts +0 -61
  56. package/src/render/Canvas2DRenderer.ts +0 -38
  57. package/src/render/WebGLRenderer.ts +0 -150
  58. package/src/render/WebGPURenderer.ts +0 -194
  59. package/src/types/index.ts +0 -15
  60. package/src/types/webgpu.d.ts +0 -1158
  61. package/src/util/WasmUtil.ts +0 -291
  62. 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.