> Fetch clean Markdown by appending `.md` to any page URL under https://signalwire.com/docs or requesting it with the HTTP header `Accept: text/markdown`. The root index at https://signalwire.com/docs/llms.txt lists the available documentation indexes.

# PermissionResult

> Result of a media permissions request (Section 5.10).

Result of a media permissions request (Section 5.10).

## **Properties**

**`audio`** `boolean` — required

Whether audio permission was granted.

---

**`selectedAudioDevice`** `MediaDeviceInfo`

The audio device the user selected in the browser picker, if any. See [`MediaDeviceInfo`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo).

---

**`selectedVideoDevice`** `MediaDeviceInfo`

The video device the user selected in the browser picker, if any. See [`MediaDeviceInfo`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo).

---

**`video`** `boolean` — required

Whether video permission was granted.

---