RTCForge API Reference v1.1.1
    Preparing search index...

    Function checkPermissions

    • Queries the current camera and microphone permission states via the Permissions API, without prompting the user.

      Returns Promise<{ camera: PermissionState; microphone: PermissionState }>

      An object with the camera and microphone permission states ("granted", "denied", or "prompt").