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

# rtcPeerConnection

> Underlying RTCPeerConnection, for advanced use cases.

```ts
get rtcPeerConnection(): RTCPeerConnection | undefined
```

Underlying `RTCPeerConnection`, for advanced use cases.

## **Examples**

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