Hiyve Components - v1.0.0
    Preparing search index...

    Interface PermissionsState

    State returned by usePermissions indicating the current camera and microphone permission status.

    interface PermissionsState {
        denied: boolean;
        granted: boolean;
        requesting: boolean;
    }
    Index

    Properties

    denied: boolean

    Whether the user denied permissions or an error occurred

    granted: boolean

    Whether camera and microphone permissions have been granted

    requesting: boolean

    Whether a permission request is currently in progress