@newgameplusinc/alpha-spatial-comms 1.0.2 → 1.0.3
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3238,7 +3238,7 @@ function createOdysseySpatialComms(apiKey, userToken, spatialOptions) {
|
|
|
3238
3238
|
var SpatialCommsSDK = {
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Create a new SDK client instance.
|
|
3241
|
-
* @param apiKey SDK API key issued by Odyssey
|
|
3241
|
+
* @param apiKey SDK API key issued by Odyssey
|
|
3242
3242
|
* @param userToken JWT access token for the authenticated user (from SSO)
|
|
3243
3243
|
* @param spatialOptions Optional spatial audio configuration
|
|
3244
3244
|
*/
|