You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ babel-node ./scripts/start.js
/Users/jspratle/Github/sdk-component-adapter/src/utils.js:128
const isSpeakerSupported = !!document.createElement('audio').setSinkId;
^
ReferenceError: document is not defined
at Object.<anonymous> (/Users/jspratle/Github/sdk-component-adapter/src/utils.js:119:35)
Need to fix the conditional to handle when running in NodeJS
The text was updated successfully, but these errors were encountered:
Need to fix the conditional to handle when running in NodeJS
The text was updated successfully, but these errors were encountered: