Johni0702 / mumble-web

An HTML5 Mumble client
681 stars 151 forks source link

Mumble Web integration in React #198

Open mujtabaraza opened 2 years ago

mujtabaraza commented 2 years ago

I was trying to use this with React JS UI. and on my own button starting the connect

but on this._worker = new Worker() getting this error

TypeError: _workerP__WEBPACK_IMPORTED_MODULE_6__.default is not a constructor at WorkerBasedMumbleConnector._postMessage (worker-client.js:37:1) at WorkerBasedMumbleConnector.setSampleRate (worker-client.js:28:1) at GlobalBindings.connect (lib.js:209:1) at lib.js:352:1

worker.js is exporting like export default null

any way to fix it?