Skip to content

Class MicrophonePermission

ClassList > MicrophonePermission

Inherits the following classes: QObject

Public Properties

Type Name
property Qt::PermissionStatus status

Public Signals

Type Name
signal void statusChanged

Public Functions

Type Name
MicrophonePermission (QObject * parent=nullptr)
Q_INVOKABLE void request ()
Qt::PermissionStatus status ()

Public Properties Documentation

property status [1/2]

Qt::PermissionStatus MicrophonePermission::status;

Public Signals Documentation

signal statusChanged

void MicrophonePermission::statusChanged;

Emitted when the status has changed.


Public Functions Documentation

function MicrophonePermission

explicit MicrophonePermission::MicrophonePermission (
    QObject * parent=nullptr
) 

function request

Q_INVOKABLE void MicrophonePermission::request () 

Requests the permission.


function status [2/2]

Qt::PermissionStatus MicrophonePermission::status () 

Returns the permission status.



The documentation for this class was generated from the following file src/core/permissions.h