> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# checkSpeakerPermissions

> checkSpeakerPermissions function in the WebRTC namespace.

### checkSpeakerPermissions

* `Const` **checkSpeakerPermissions**(): `Promise<null | boolean>`

Asynchronously returns whether we have permissions to access the speakers.

#### Returns

`Promise<null | boolean>`

#### Example

```javascript
await SignalWire.WebRTC.checkSpeakerPermissions();
// true
```