@newgameplusinc/odyssey-audio-video-sdk-dev 1.0.41 → 1.0.42

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -363,6 +363,7 @@ class OdysseySpatialComms extends EventManager_1.EventManager {
363
363
  track,
364
364
  consumer,
365
365
  isScreenshare: data.appData?.isScreenshare,
366
+ appData: data.appData, // Pass full appData for debugging
366
367
  });
367
368
  }
368
369
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newgameplusinc/odyssey-audio-video-sdk-dev",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Odyssey Spatial Audio & Video SDK using MediaSoup for real-time communication",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",