> 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).

#### Inherited from

[`Participant`](/docs/browser-sdk/v4/reference/participant).[`isAudience`](/docs/browser-sdk/v4/reference/participant#isaudience)

## **Examples**

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