voxeet / voxeet-sdk-web

The Dolby.io Communications SDK for Web.
https://www.npmjs.com/package/@voxeet/voxeet-web-sdk
Other
4 stars 2 forks source link

Uncaught (in promise) Error: Uninitialized VoxeetSDK #3

Closed damiensedgwick closed 2 years ago

damiensedgwick commented 2 years ago

Context

I am currently working on a proof of concept using the Dolby.io platform for a video conferencing web application. I have taken most of the code from the examples as it is very early stages for the project. The Voxeet SDK version information is in the below snippet and I am also using the Voxeet React components package but the issue is not related to that (I don't think).

VoxeetSDK version: 3.3.0

vendor.2f02a693.js:31 VoxeetSDK flavor: production

vendor.2f02a693.js:31

The Issue

The issue I am facing is that when the project is built and deployed I get the following error in the console after audio / video input screen which prevents me going any further in to the call. See attached image for the error:

Screenshot 2021-12-13 at 09 43 21

Unfortunately there isn't much information to be had from the error and interestingly, this error does not happen on a local dev server.

Expected result

I would expect the deployed version to act and behave the same as the local dev environment and initialise the conference accordingly.

damiensedgwick commented 2 years ago

Closed, this was down to user error and incorrect api keys being passed.