export enum PermissionState { GRANTED = "granted", PROMPT = "prompt", DENIED = "denied" } export const MICROPHONE = 'microphone' as PermissionName;