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

# defaultChannel

> Default communication channel URI (video for rooms, audio otherwise).

```ts
get defaultChannel(): string | undefined
```

Default communication channel URI (video for rooms, audio otherwise).

## **Examples**

```ts
console.log(address.defaultChannel);
```