gnaudio / jabra-node-sdk

Jabra Node.Js SDK based on N-API
https://www.npmjs.com/package/@gnaudio/jabra-node-sdk
MIT License
0 stars 1 forks source link

SDK not working with Electron's context isolation #149

Open berkon opened 2 years ago

berkon commented 2 years ago

I've tried to run the SDK with contextIsolation set to true. And thus doing the renderer calls from the demo project in preload.js. But I'm getting:

TypeError: Cannot read properties of undefined (reading 'sendToFrame')

Is there a way (example) how to run the SDK in context isolation mode?