ask for media access before record (#172)

This commit is contained in:
an-lee
2024-01-20 10:49:53 +08:00
committed by GitHub
parent 78fc27cb90
commit fe8f14bda7
4 changed files with 60 additions and 3 deletions

View File

@@ -10,6 +10,11 @@ type EnjoyAppType = {
openDevTools: () => Promise<void>;
version: string;
};
system: {
preferences: {
mediaAccess: (mediaType: "microphone") => Promise<boolean>;
};
};
providers: {
audible: {
bestsellers: (params?: {