I'd like to explain to users why the camera/microphone is needed before asking them, so that they can make a better choice if they want to grant it or not.
In order to implement that I need a way to detect if the permission has previously been granted, so that I can explain the request to the user before actually asking them. I also don't want to ask everytime (even though I already have permissions!).
When not yet permitted device.label == ""
When permitted device.label != ""