Is there any way you can make check if after running npm install on AWS you still replace the node_modules/react-scripts file? It looks to me that only npm install is run on the AWS server and no f...
Hi, It looks like some problem I've seen before that was linked to the fact that the code is minified during the build process. Make sure that mangling is disabled in your webpack settings.
Hello, Thanks for your post. this issue will be fixed in the next release. Best regards, Konrad
Hi Christian, have you tried using isTelephonyAvailable() method in your situation? Konrad
Hi, the active speaker feature is still an experimental addition to the SDK at the moment. It is not yet supported by the library, although it can change in the future. Best Regards, Konrad
Hi, The new version v1.78 features a brand new service: conferencesService which is completely responsible for handling web conferences from now on Try listening to rainbowSDK.conferences.RAINBOW_O...
Hello, The issue should be corrected starting the newest beta version of the SDK: v1.78.0-beta.1 Can you try using it and give us your feedback? Thanks, Konrad
Check if the minifier has a 'mangle' option. For instance, Terser, the default minifier used by Webpack has one: https://webpack.js.org/plugins/terser-webpack-plugin/#terseroptions
Hi, try disabling mangle option in your Webpack/minifier settings, that should help. Konrad
Hi, What is the other side of the call using? Is it Firefox as well? What are the exact steps to reproduce the issue? Best Regards, Konrad