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

# answerMediaOptions

> Media options provided when answering.

```ts
get answerMediaOptions(): MediaOptions | undefined
```

Media options provided when answering. Used internally by the VertoManager.

## **Examples**

```ts
console.log(call.answerMediaOptions);
```