πisEnabled
Method
function isEnabled(): Promise<boolean>;if(typeof window.webbtc !== 'undefined' && window.webbtc.isEnabled) {
const isEnabled = await window.webbtc.isEnabled();
// do something with the value
console.log(isEnabled)
}Demo
Last updated
Was this helpful?

