Type alias AuthorizationStatus

AuthorizationStatus: "notDetermined" | "restricted" | "denied" | "authorized"

Remarks

Describes the apps permission to access a recording device.

  • notDetermined The user has not yet made a choice.
  • restricted The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place.
  • denied The user explicitly denied access to the hardware supporting a media type for the client.
  • authorized Application is authorized to access the hardware.

Generated using TypeDoc