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

# isAudience

> Whether the participant is an audience member (view-only).

```ts
get isAudience(): boolean
```

Whether the participant is an audience member (view-only).

## **Examples**

```ts
console.log(participant.isAudience);
```