enable
Method
async function enable(): void;try {
if(typeof window.webbtc !== 'undefined') {
await window.webbtc.enable();
}
}
catch(error) {
// User denied permission or cancelled
console.log(error);
}Last updated
Was this helpful?

