@arcware-cloud/pixelstreaming-websdk 1.3.20 → 1.3.22

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 (49) hide show
  1. package/README.md +4 -0
  2. package/index.cjs.js +27440 -27114
  3. package/index.esm.js +27710 -27414
  4. package/index.umd.js +27439 -27113
  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 -15
  11. package/types/lib/ArcwarePixelStreaming.d.ts +0 -139
  12. package/types/lib/MessageTypes.d.ts +0 -4
  13. package/types/lib/domain/ArcwareSettingsSchema.d.ts +0 -278
  14. package/types/lib/domain/ConnectionIdentifier.d.ts +0 -27
  15. package/types/lib/domain/EventHandler.d.ts +0 -11
  16. package/types/lib/domain/Session.d.ts +0 -29
  17. package/types/lib/domain/Stats.d.ts +0 -36
  18. package/types/lib/domain/debounce.d.ts +0 -1
  19. package/types/lib/features/ArcwareEventUtil.d.ts +0 -28
  20. package/types/lib/features/ArcwareFileTransferUtil.d.ts +0 -13
  21. package/types/lib/features/DiagnosticsCollector.d.ts +0 -181
  22. package/types/lib/features/ZWhiteLabel.d.ts +0 -31
  23. package/types/lib/features/common.d.ts +0 -17
  24. package/types/lib/features/whiteLabelling.d.ts +0 -4
  25. package/types/lib/index.d.ts +0 -6
  26. package/types/lib/styles/ArcwarePixelStreamingApplicationStyles.d.ts +0 -543
  27. package/types/lib/ui/ArcwareLogoLoader/index.d.ts +0 -14
  28. package/types/lib/ui/AudioButton/AudioIcon.d.ts +0 -7
  29. package/types/lib/ui/AudioButton/index.d.ts +0 -15
  30. package/types/lib/ui/LoveLetters/index.d.ts +0 -6
  31. package/types/lib/ui/MicButton/index.d.ts +0 -14
  32. package/types/lib/ui/MicIcon/index.d.ts +0 -7
  33. package/types/lib/ui/MicrophoneOverlay/index.d.ts +0 -11
  34. package/types/lib/ui/PlayIcon/index.d.ts +0 -5
  35. package/types/lib/ui/StopButton/index.d.ts +0 -16
  36. package/types/lib/ui/StopIcon/index.d.ts +0 -5
  37. package/types/shared/index.d.ts +0 -1
  38. package/types/shared/lib/Messages/ErrorMessage.d.ts +0 -18
  39. package/types/shared/lib/Messages/LoveLetter.d.ts +0 -18
  40. package/types/shared/lib/Messages/Ping.d.ts +0 -15
  41. package/types/shared/lib/Messages/Queue.d.ts +0 -58
  42. package/types/shared/lib/Messages/Render.d.ts +0 -9
  43. package/types/shared/lib/Messages/SessionId.d.ts +0 -12
  44. package/types/shared/lib/Messages/Stats.d.ts +0 -182
  45. package/types/shared/lib/Messages/StreamInfo.d.ts +0 -338
  46. package/types/shared/lib/Messages/Version.d.ts +0 -12
  47. package/types/shared/lib/Messages/WebSdkSettings.d.ts +0 -96
  48. package/types/shared/lib/Messages/index.d.ts +0 -193
  49. 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.20
84
+
85
+ - polished types a bit and aligned with documentation
86
+
83
87
  ### 1.3.19
84
88
 
85
89
  - added new configuration parameters to optionally hide AfkOverlay and to hide love letters box