mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-13 12:17:24 +00:00
fixup! huge refacto of the permissions handling + fix various regression
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { proxy } from 'valtio'
|
||||
|
||||
type PermissionState =
|
||||
| undefined
|
||||
| 'granted'
|
||||
| 'prompt'
|
||||
| 'denied'
|
||||
type PermissionState = undefined | 'granted' | 'prompt' | 'denied'
|
||||
|
||||
type State = {
|
||||
cameraPermission: PermissionState
|
||||
|
||||
Reference in New Issue
Block a user