@arcware-cloud/pixelstreaming-websdk 1.3.21 → 1.3.23

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 (48) hide show
  1. package/README.md +4 -0
  2. package/index.cjs.js +27490 -27086
  3. package/index.esm.js +27747 -27375
  4. package/index.umd.js +27489 -27085
  5. package/package.json +1 -1
  6. package/types/index.d.ts +0 -3
  7. package/types/lib/ApplyUrlHack.d.ts +0 -2
  8. package/types/lib/ArcwareApplication.d.ts +0 -54
  9. package/types/lib/ArcwareConfig.d.ts +0 -44
  10. package/types/lib/ArcwareInit.d.ts +0 -19
  11. package/types/lib/ArcwarePixelStreaming.d.ts +0 -140
  12. package/types/lib/MessageTypes.d.ts +0 -4
  13. package/types/lib/domain/ArcwareSettingsSchema.d.ts +0 -274
  14. package/types/lib/domain/EventHandler.d.ts +0 -11
  15. package/types/lib/domain/Session.d.ts +0 -29
  16. package/types/lib/domain/Stats.d.ts +0 -36
  17. package/types/lib/domain/debounce.d.ts +0 -1
  18. package/types/lib/features/ArcwareEventUtil.d.ts +0 -28
  19. package/types/lib/features/ArcwareFileTransferUtil.d.ts +0 -13
  20. package/types/lib/features/DiagnosticsCollector.d.ts +0 -181
  21. package/types/lib/features/ZWhiteLabel.d.ts +0 -31
  22. package/types/lib/features/common.d.ts +0 -17
  23. package/types/lib/features/whiteLabelling.d.ts +0 -4
  24. package/types/lib/index.d.ts +0 -6
  25. package/types/lib/styles/ArcwarePixelStreamingApplicationStyles.d.ts +0 -543
  26. package/types/lib/ui/ArcwareLogoLoader/index.d.ts +0 -14
  27. package/types/lib/ui/AudioButton/AudioIcon.d.ts +0 -7
  28. package/types/lib/ui/AudioButton/index.d.ts +0 -15
  29. package/types/lib/ui/LoveLetters/index.d.ts +0 -6
  30. package/types/lib/ui/MicButton/index.d.ts +0 -14
  31. package/types/lib/ui/MicIcon/index.d.ts +0 -7
  32. package/types/lib/ui/MicrophoneOverlay/index.d.ts +0 -11
  33. package/types/lib/ui/PlayIcon/index.d.ts +0 -5
  34. package/types/lib/ui/StopButton/index.d.ts +0 -16
  35. package/types/lib/ui/StopIcon/index.d.ts +0 -5
  36. package/types/shared/index.d.ts +0 -1
  37. package/types/shared/lib/Messages/ErrorMessage.d.ts +0 -18
  38. package/types/shared/lib/Messages/LoveLetter.d.ts +0 -18
  39. package/types/shared/lib/Messages/Ping.d.ts +0 -15
  40. package/types/shared/lib/Messages/Queue.d.ts +0 -58
  41. package/types/shared/lib/Messages/Render.d.ts +0 -9
  42. package/types/shared/lib/Messages/SessionId.d.ts +0 -12
  43. package/types/shared/lib/Messages/Stats.d.ts +0 -182
  44. package/types/shared/lib/Messages/StreamInfo.d.ts +0 -338
  45. package/types/shared/lib/Messages/Version.d.ts +0 -12
  46. package/types/shared/lib/Messages/WebSdkSettings.d.ts +0 -96
  47. package/types/shared/lib/Messages/index.d.ts +0 -193
  48. package/types/shared/lib/index.d.ts +0 -1
package/README.md CHANGED
@@ -80,6 +80,10 @@ For more detailed examples and advanced usage, please refer to our documentation
80
80
 
81
81
  # Changelog
82
82
 
83
+ ### 1.3.23
84
+
85
+ - allowing json type payload for upcoming events feature
86
+
83
87
  ### 1.3.20
84
88
 
85
89
  - polished types a bit and aligned with documentation