Closed gateremark closed 9 months ago
Did you found the solution ?
I found the solution of this you need to make a samll change in randombyte you need to change
const crypto = crypto || msCrypto
with
const _global = typeof globalThis !== 'undefined' ? globalThis : global const crypto = _global.crypto || _global.msCrypto
This issue is fixed in randombyte repository but package is still not updated
Awesome, lemme check it out
What version of this package are you using? Version 9.11.1
What operating system, Node.js, and npm version? Using Linux (Ubuntu), pnpm package manager
What happened? I am using the Chrome browser and on clicking 'Call' button on my web app, I get the error logged on the Chrome browser console.