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:
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.
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).
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:
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.