Questions tagged [opentok]

OpenTok, created by TokBox, is an innovative API Platform designed to integrate live video communication seamlessly into websites and applications. This powerful tool is compatible with various platforms including the web (JavaScript), mobile devices (iOS and Android), as well as native desktops (Windows, Mac, Linux).

Error during minification process for file opentok.js at line 1310: react-scripts build

I encountered an error while trying to minify the code in my React project using npm run build. The snippet below seems to be the cause of the issue. Any suggestions on how I can resolve this problem? const createLogger = memoize(namespace => { /** ...

"Encountering a freeze in mobile Chrome while subscribing to streamCreated events using Opent

Currently, I am working on developing a webRTC chat using the opentok platform and vue.js. Everything seems to be working fine on desktop and mobile Firefox browsers, but I am facing an issue with mobile Chrome when trying to subscribe to the event strea ...

Changing a callback function into a promise in Node.js for OpenTok integration

MY FUNCTIONAL CODE (SUCCESSFULLY WORKING!) I have developed a function with callback to generate tokens and create sessions for OpenTok. This function is then exported to the application. The function //Dependencies var opentok = require('./ot').opent ...