UserMediaPermissionRequest

Added in version 2.8.

class UserMediaPermissionRequest(**properties: Any)

Superclasses: Object

Implemented Interfaces: PermissionRequest

Constructors:

UserMediaPermissionRequest(**properties)

Properties

class UserMediaPermissionRequest
props.is_for_audio_device: bool

Whether the media device to which the permission was requested has a microphone or not.

Added in version 2.8.

props.is_for_video_device: bool

Whether the media device to which the permission was requested has a video capture capability or not.

Added in version 2.8.