Appearance
Browser
Hook that gives you the state of permission
import { usePermission } from '@elysiumorg/solid-use';
const { state, supported, query } = usePermission('microphone');
source
UsePermissionReturn