@newgameplusinc/alpha-spatial-comms 1.0.1 → 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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2950,7 +2950,7 @@ function createChatManager(options) {
|
|
|
2950
2950
|
}
|
|
2951
2951
|
|
|
2952
2952
|
// src/index.ts
|
|
2953
|
-
var ODYSSEY_SERVER_URL = "https://
|
|
2953
|
+
var ODYSSEY_SERVER_URL = "https://prod-spatial-comms.2x22.com";
|
|
2954
2954
|
function createOdysseySpatialComms(apiKey, userToken, spatialOptions) {
|
|
2955
2955
|
console.log(
|
|
2956
2956
|
`[OdysseySDK] \u{1F517} Server URL: ${ODYSSEY_SERVER_URL}`
|
|
@@ -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
|
*/
|