PermissionConstraints interface 
Define constraints for accessing local devices.
Properties
| audio | Whether to ask for audio permissions or not.  | 
| video | Whether to ask for camera permission or not.  | 
Property Details
audio
Whether to ask for audio permissions or not.
audio: boolean
				Property Value
boolean
video
Whether to ask for camera permission or not.
video: boolean
				Property Value
boolean