DefaultCameraPermissionManager
The BasePermissionManager to use as a default for CameraPermission
Parameters
the Context the CameraPermission is to be granted in
the Settings to apply to this manager.
the CoroutineScope of this manager.
The BasePermissionManager to use as a default for CameraPermission
Parameters
the Settings to apply to this manager.
the CoroutineScope of this manager.
the NSBundle the CameraPermission is to be granted in
The BasePermissionManager to use as a default for CameraPermission
The default BasePermissionManager for CameraPermission on the JS family (js + wasmJs).
State comes from the W3C Permissions API (navigator.permissions.query({ name: 'camera' })), polled on the monitoring interval; the prompt is surfaced by opening a getUserMedia video stream.
Parameters
the Settings to apply to this manager.
the CoroutineScope of this manager.